netbox: 3.6.4 -> 3.6.6

This commit is contained in:
Minijackson 2023-12-03 15:52:12 +01:00
parent 4317101165
commit d5f7dd176e
No known key found for this signature in database
GPG Key ID: FEA888C9F5D64F62

View File

@ -22,8 +22,8 @@ lib.fix (self: {
}; };
netbox_3_6 = callPackage generic { netbox_3_6 = callPackage generic {
version = "3.6.4"; version = "3.6.6";
hash = "sha256-Qc6/36j63c6xJ4Uh4sziJ3WZ8R9PwFDv8DWyXjOM4io="; hash = "sha256-viC4grOqpWvG2pqcSi+MJykpEXSQYqfpkKF9it9Tj1g=";
extraPatches = [ extraPatches = [
# Allow setting the STATIC_ROOT from within the configuration and setting a custom redis URL # Allow setting the STATIC_ROOT from within the configuration and setting a custom redis URL
./config.patch ./config.patch