forked from DGNum/infrastructure
fix(netbox-agent): Use the latest version, which returns the correct value to the shell
This commit is contained in:
parent
2bb03126cf
commit
7ab63fb4a5
1 changed files with 2 additions and 2 deletions
|
@ -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; [
|
||||
|
|
Loading…
Reference in a new issue