netbox: 3.4.3 -> 3.4.5

This commit is contained in:
Minijackson
2023-04-04 11:45:30 +02:00
committed by Raito Bezarius
parent eeb17fca1c
commit 8dbfb9e263
+2 -2
View File
@@ -18,7 +18,7 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "netbox";
version = "3.4.3";
version = "3.4.5";
format = "other";
@@ -26,7 +26,7 @@ py.pkgs.buildPythonApplication rec {
owner = "netbox-community";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-M/CbnlnRaWuwcJJofY5mPpVTl9zYrApsXqV9hilNyvw=";
hash = "sha256-Jh+l3BfPWXw3JWv72lI3blaS/1ZVUU5J8sNZLQiYqU4=";
};
patches = [