Update hash for fail2ban

+1 -1
+1 -1
pkgs/tools/security/fail2ban/default.nix
··· 9 9 src = fetchurl { 10 10 url = "https://github.com/fail2ban/fail2ban/zipball/${version}"; 11 11 name = "fail2ban-${version}.zip"; 12 - sha256 = "1linfz5qxmm4225lzi9vawsa79y41d3rcdahvrzlyqlhb02ipd55"; 12 + sha256 = "0lbanfshr8kasa1bb7861w3mrm2d0c1bvv4s5703265s8zp5m284"; 13 13 }; 14 14 15 15 buildInputs = [ unzip ];