netbox: 3.7.3 -> 3.7.4

This commit is contained in:
Minijackson
2024-03-24 09:28:51 +01:00
parent ddd523bd82
commit b236a18d08
+2 -2
View File
@@ -22,8 +22,8 @@ lib.fix (self: {
};
netbox_3_7 = callPackage generic {
version = "3.7.3";
hash = "sha256-8apjw3mO3RKT/IgJOG1+2GSjNwFhddZ9rIChdP26leE=";
version = "3.7.4";
hash = "sha256-jQJYtu1K13AsFXx4GTgtMOdppK1Tgoaf2/fKKhS1sQo=";
extraPatches = [
# Allow setting the STATIC_ROOT from within the configuration and setting a custom redis URL
./config.patch