From 7ab63fb4a56bf06788ece79f0c6dc4f8056ea929 Mon Sep 17 00:00:00 2001 From: Tom Hubrecht Date: Wed, 23 Oct 2024 10:05:25 +0200 Subject: [PATCH] fix(netbox-agent): Use the latest version, which returns the correct value to the shell --- modules/dgn-netbox-agent/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/dgn-netbox-agent/package.nix b/modules/dgn-netbox-agent/package.nix index 637bbe6..2fc0239 100644 --- a/modules/dgn-netbox-agent/package.nix +++ b/modules/dgn-netbox-agent/package.nix @@ -16,8 +16,8 @@ python3.pkgs.buildPythonApplication { src = fetchgit { url = "https://git.dgnum.eu/DGNum/netbox-agent"; - rev = "12ceea413cbb87280713de734b5e1b3e88c00178"; - hash = "sha256-v6H8/yNUcpHERiyzytR2ZADLiDK2QpzSEmxTP5m9BLE="; + rev = "424283239658516feb34c0f68496775350b1bf22"; + hash = "sha256-sp1QVy8AIezR2LRDDYS9G0g0GQRwGKGmEE7ykITPxtY="; }; nativeBuildInputs = with python3.pkgs; [