netbox_4_2: 4.2.8 -> 4.2.9

This commit is contained in:
Minijackson 2025-05-13 13:55:25 +02:00
parent e152cef13d
commit 59e547ab9b
No known key found for this signature in database
GPG key ID: FEA888C9F5D64F62

View file

@ -15,7 +15,7 @@ let
in
py.pkgs.buildPythonApplication rec {
pname = "netbox";
version = "4.2.8";
version = "4.2.9";
format = "other";
@ -23,7 +23,7 @@ py.pkgs.buildPythonApplication rec {
owner = "netbox-community";
repo = "netbox";
tag = "v${version}";
hash = "sha256-88AxaSFpScyP8PvNQ6hoJYn2hi56eoCNeEzwbY9GxkA=";
hash = "sha256-uVe4YTZoxRMBfvItFa9SMHu4AaVvygfAg9GDB115TFc=";
};
patches = [