netbox: 4.4.8 -> 4.4.9

This commit is contained in:
R. Ryantm
2025-12-25 13:40:13 +00:00
parent 112ade5792
commit 8cc43331ad
+2 -2
View File
@@ -16,14 +16,14 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "netbox";
version = "4.4.8";
version = "4.4.9";
pyproject = false;
src = fetchFromGitHub {
owner = "netbox-community";
repo = "netbox";
tag = "v${version}";
hash = "sha256-C7tzY6gp/jfoCf6uPGfAvO8+xHkGe7T0o0Dod+D6YRU=";
hash = "sha256-NA84Rcs27S68pyVdo+bif8P2sNmGkfuMPrCBn1YXubc=";
};
patches = [