netbox: 3.5.3 -> 3.5.4

This commit is contained in:
Minijackson 2023-06-30 08:30:45 +02:00
parent 864814228e
commit 10cf856dc1
No known key found for this signature in database
GPG key ID: FEA888C9F5D64F62

View file

@ -23,8 +23,8 @@ in
};
netbox = callPackage generic {
version = "3.5.3";
hash = "sha256-F8rsTOOxARI3ll545AF0+HFaG4wNO+RWwsl5y9kAyE4=";
version = "3.5.4";
hash = "sha256-CJ7NgKDDEmOFFULaG6wjP5pvGieyU4YRsvmIvqve5qg=";
extraPatches = [
# Allow setting the STATIC_ROOT from within the configuration and setting a custom redis URL
./config.patch