about summary refs log tree commit diff
path: root/pkgs/tools/security/fail2ban
diff options
context:
space:
mode:
authorNixpkgs Monitor <none@none>2014-02-13 18:32:22 +0100
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-02-13 18:34:02 +0100
commit318c44d84ce1ce0060f80b2d5f6cb5cf7cc20bf7 (patch)
tree576687359f21c6f493d29e9b5d8f51a9b0205fe6 /pkgs/tools/security/fail2ban
parent2ea4ec798bd289328aeb164024fb8edf9a9593a4 (diff)
fail2ban: Update from 0.8.11 to 0.8.12
Diffstat (limited to 'pkgs/tools/security/fail2ban')
-rw-r--r--pkgs/tools/security/fail2ban/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/security/fail2ban/default.nix b/pkgs/tools/security/fail2ban/default.nix
index ffa204b8944c2..aa387eff3e72f 100644
--- a/pkgs/tools/security/fail2ban/default.nix
+++ b/pkgs/tools/security/fail2ban/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl, pythonPackages, unzip, gamin }:
 
-let version = "0.8.11"; in
+let version = "0.8.12"; in
 
 pythonPackages.buildPythonPackage {
   name = "fail2ban-${version}";
@@ -9,7 +9,7 @@ pythonPackages.buildPythonPackage {
   src = fetchurl {
     url    = "https://github.com/fail2ban/fail2ban/zipball/${version}";
     name   = "fail2ban-${version}.zip";
-    sha256 = "0g87c1yfa6lxb68iz3sq3gxqf5c1a8m2anlvk3lsrx1mczbq0dlc";
+    sha256 = "17cassfn3gdgw530g7gh9fvffsixfb30zamzlfmx7s5x80rnqd3k";
   };
 
   buildInputs = [ unzip ];