about summary refs log tree commit diff
path: root/pkgs/tools/security/fail2ban
diff options
context:
space:
mode:
authorRob Vermaas <rob.vermaas@gmail.com>2013-09-11 10:44:14 +0200
committerRob Vermaas <rob.vermaas@gmail.com>2013-09-11 10:44:14 +0200
commitaa28196ec4f76ed6ff572aa2d5f9d18e72558a17 (patch)
tree391ec86005382dafa3240366ef3dc054b6585b4a /pkgs/tools/security/fail2ban
parentaa8e8303e1b42c5cf5195f3ce82f886664aa26d4 (diff)
Update hash for fail2ban
Diffstat (limited to 'pkgs/tools/security/fail2ban')
-rw-r--r--pkgs/tools/security/fail2ban/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/fail2ban/default.nix b/pkgs/tools/security/fail2ban/default.nix
index 5ac0590708010..df4917e803d02 100644
--- a/pkgs/tools/security/fail2ban/default.nix
+++ b/pkgs/tools/security/fail2ban/default.nix
@@ -9,7 +9,7 @@ pythonPackages.buildPythonPackage {
   src = fetchurl {
     url = "https://github.com/fail2ban/fail2ban/zipball/${version}";
     name = "fail2ban-${version}.zip";
-    sha256 = "1linfz5qxmm4225lzi9vawsa79y41d3rcdahvrzlyqlhb02ipd55";
+    sha256 = "0lbanfshr8kasa1bb7861w3mrm2d0c1bvv4s5703265s8zp5m284";
   };
 
   buildInputs = [ unzip ];