netbox_4_3: 4.3.5 -> 4.3.7 (#437967)

This commit is contained in:
Rémi NICOLE
2025-09-02 08:58:14 +02:00
committed by GitHub
+2 -2
View File
@@ -16,14 +16,14 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "netbox";
version = "4.3.5";
version = "4.3.7";
pyproject = false;
src = fetchFromGitHub {
owner = "netbox-community";
repo = "netbox";
tag = "v${version}";
hash = "sha256-EbbYHtdXcyg12FVuSBx4CAOD0TZ8PHBDQ4nv2mzTZIw=";
hash = "sha256-xVOP1D3C12M0M8oTrCA0M17NLuor+46UwiaKymSAVJM=";
};
patches = [