fail2ban: 0.10.3.1 -> 0.10.4
This commit is contained in:
parent
9cae5814e0
commit
562866e64f
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, python, pythonPackages, gamin }:
|
{ stdenv, fetchFromGitHub, python, pythonPackages, gamin }:
|
||||||
|
|
||||||
let version = "0.10.3.1"; in
|
let version = "0.10.4"; in
|
||||||
|
|
||||||
pythonPackages.buildPythonApplication {
|
pythonPackages.buildPythonApplication {
|
||||||
name = "fail2ban-${version}";
|
name = "fail2ban-${version}";
|
||||||
@ -9,7 +9,7 @@ pythonPackages.buildPythonApplication {
|
|||||||
owner = "fail2ban";
|
owner = "fail2ban";
|
||||||
repo = "fail2ban";
|
repo = "fail2ban";
|
||||||
rev = version;
|
rev = version;
|
||||||
sha256 = "03gljmqykwwvwxcfhqqfccmnsjhsl93052i38r9mf7hj4jj8v7x5";
|
sha256 = "07ik6rm856q0ic2r7vbg6j3hsdcdgkv44hh5ck0c2y21fqwrck3l";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ gamin ]
|
propagatedBuildInputs = [ gamin ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user