netbox: 3.4.7 -> 3.4.9

authored by Minijackson and committed by Yureka f71efbb6 32851420

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