tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
netbox: 3.4.7 -> 3.4.9
authored by
Minijackson
and committed by
Yureka
2 years ago
f71efbb6
32851420
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
servers
web-apps
netbox
default.nix
+2
-2
pkgs/servers/web-apps/netbox/default.nix
···
23
23
};
24
24
25
25
netbox = callPackage generic {
26
26
-
version = "3.4.7";
27
27
-
hash = "sha256-pWHGyzLc0tqfehWbCMF1l96L1pewb5FXBUkw9EqPtP8=";
26
26
+
version = "3.4.9";
27
27
+
hash = "sha256-+7E+bNMSGdNA9Zixa1v/q/6MbjxQmogg/znKH1bRxRw=";
28
28
extraPatches = [
29
29
# Allow setting the STATIC_ROOT from within the configuration and setting a custom redis URL
30
30
./config.patch