Skip to content

Commit c02e731

Browse files
authored
netbox: 4.1.3 -> 4.1.7 (#359270)
2 parents 1c78f8d + 623d6fb commit c02e731

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pkgs/by-name/ne/netbox_4_1/package.nix

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,25 @@ let
1515
in
1616
py.pkgs.buildPythonApplication rec {
1717
pname = "netbox";
18-
version = "4.1.3";
18+
version = "4.1.7";
1919

2020
format = "other";
2121

2222
src = fetchFromGitHub {
2323
owner = "netbox-community";
2424
repo = "netbox";
2525
rev = "refs/tags/v${version}";
26-
hash = "sha256-SRzkmRkniVDu6vYGa9Kd9exob/LHpGBPd+lRA/pbCFo=";
26+
hash = "sha256-0AyIXSiNsAHELM8Ry/bcm7sd7K+ApeoEguiEm8ecAU0=";
2727
};
2828

2929
patches = [
3030
./custom-static-root.patch
31+
32+
# Rebase of PR 17620 "Upgrade to Django 5.1"
33+
# https://github.com/netbox-community/netbox/pull/17620
3134
(fetchpatch {
32-
url = "https://github.com/netbox-community/netbox/pull/17620.patch";
33-
hash = "sha256-zN2zke4qlNJUbxI8mSV+zGmEv0Qtd0zSCbCXWyE1L2k=";
35+
url = "https://github.com/netbox-community/netbox/commit/cda9e0525dc850ddd82bf46762a64607bf97df83.patch";
36+
hash = "sha256-iJiz5f926Np1k4c9DpfPe0HefJy1CH6c0wjwBIt1vWQ=";
3437
})
3538
];
3639

0 commit comments

Comments
 (0)