diff --git a/pkgs/by-name/ne/netbox_4_4/package.nix b/pkgs/by-name/ne/netbox_4_4/package.nix index 1d81e03f7af7..80abaa7093f8 100644 --- a/pkgs/by-name/ne/netbox_4_4/package.nix +++ b/pkgs/by-name/ne/netbox_4_4/package.nix @@ -111,7 +111,7 @@ py.pkgs.buildPythonApplication rec { pythonPath = py.pkgs.makePythonPath dependencies; inherit (py.pkgs) gunicorn; tests = { - netbox = nixosTests.netbox_4_3; + netbox = nixosTests.netbox_4_4; inherit (nixosTests) netbox-upgrade; }; updateScript = nix-update-script { };