netbox: 3.4.9 -> 3.4.10

authored by Minijackson and committed by Yureka aa4d05bd f71efbb6

+2 -2
+2 -2
pkgs/servers/web-apps/netbox/default.nix
··· 23 23 }; 24 24 25 25 netbox = callPackage generic { 26 - version = "3.4.9"; 27 - hash = "sha256-+7E+bNMSGdNA9Zixa1v/q/6MbjxQmogg/znKH1bRxRw="; 26 + version = "3.4.10"; 27 + hash = "sha256-STNukh/UYAiZ5amLfpmzIcv8OlRqW0zU+66ShfDiGkc="; 28 28 extraPatches = [ 29 29 # Allow setting the STATIC_ROOT from within the configuration and setting a custom redis URL 30 30 ./config.patch