netbox_4_5: 4.5.9 -> 4.5.10 (#542782)

This commit is contained in:
Martin Weinelt
2026-07-20 17:28:51 +00:00
committed by GitHub

View File

@@ -17,14 +17,14 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "netbox";
version = "4.5.9";
version = "4.5.10";
pyproject = false;
src = fetchFromGitHub {
owner = "netbox-community";
repo = "netbox";
tag = "v${version}";
hash = "sha256-S8/2ZLYhYKBEpz3EGTyQPAPexX4se3MnmaH5aStVEj0=";
hash = "sha256-ilhjRWoV2Z1e1sAiRT9PEGhhnznkKRp5RnV3lUdnBRQ=";
};
patches = [