Merge pull request #261812 from minijackson/netbox-3.6.4

authored by Ryan Lahfa and committed by GitHub ca05cd31 b26e132e

+2 -2
+2 -2
pkgs/servers/web-apps/netbox/default.nix
··· 22 }; 23 24 netbox_3_6 = callPackage generic { 25 - version = "3.6.3"; 26 - hash = "sha256-8Xir2Gvwh2cllHu5qVAzumuH0lknMMtjd8BuFuuf9A0="; 27 extraPatches = [ 28 # Allow setting the STATIC_ROOT from within the configuration and setting a custom redis URL 29 ./config.patch
··· 22 }; 23 24 netbox_3_6 = callPackage generic { 25 + version = "3.6.6"; 26 + hash = "sha256-viC4grOqpWvG2pqcSi+MJykpEXSQYqfpkKF9it9Tj1g="; 27 extraPatches = [ 28 # Allow setting the STATIC_ROOT from within the configuration and setting a custom redis URL 29 ./config.patch