about summary refs log tree commit diff
path: root/pkgs/tools/security/fail2ban
diff options
context:
space:
mode:
authoradisbladis <adis@blad.is>2018-01-04 09:34:42 +0100
committeradisbladis <adis@blad.is>2018-01-04 16:34:33 +0100
commit1c0c82582a89dcf9854cc6d05fdbcc15c0942c96 (patch)
tree8e2f0128115ed0c4af2e65f44facc9242c2974e5 /pkgs/tools/security/fail2ban
parent13b203fb4fbc66a6bc452fe32b37366d2c163583 (diff)
fail2ban: 0.9.7 -> 0.10.1
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 31f2262cd9ffc..ca9cdcc8d6c0e 100644
--- a/pkgs/tools/security/fail2ban/default.nix
+++ b/pkgs/tools/security/fail2ban/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchFromGitHub, python, pythonPackages, gamin }:
 
-let version = "0.9.7"; in
+let version = "0.10.1"; in
 
 pythonPackages.buildPythonApplication {
   name = "fail2ban-${version}";
@@ -9,7 +9,7 @@ pythonPackages.buildPythonApplication {
     owner  = "fail2ban";
     repo   = "fail2ban";
     rev    = version;
-    sha256 = "07l5pz93mz1r3g59xiyyznlpjfpv2zgvh3h9w0cbn79v7njim8kb";
+    sha256 = "05ngnjxrwvfdd233s5n2wd8w4ndkpgrgymlfzn6i2fjlwf4hdikj";
   };
 
   propagatedBuildInputs = [ gamin ]