netbox_3_3: 3.3.9 -> 3.3.10

This commit is contained in:
Raito Bezarius 2023-04-04 11:43:26 +02:00
parent 03497d4ab4
commit e965c5cc5f

View file

@ -4,8 +4,8 @@ let
in
{
netbox_3_3 = callPackage generic {
version = "3.3.9";
hash = "sha256-KhnxD5pjlEIgISl4RMbhLCDwgUDfGFRi88ZcP1ndMhI=";
version = "3.3.10";
hash = "sha256-MeOfTU5IxNDoUh7FyvwAQNRC/CE0R6p40WnlF+3RuxA=";
extraPatches = [
# Allow setting the STATIC_ROOT from within the configuration and setting a custom redis URL
./config_3_3.patch