Merge pull request #38734 from r-ryantm/auto-update/fail2ban
fail2ban: 0.10.2 -> 0.10.3.1
This commit is contained in:
commit
0247e7e47f
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchFromGitHub, python, pythonPackages, gamin }:
|
{ stdenv, fetchFromGitHub, python, pythonPackages, gamin }:
|
||||||
|
|
||||||
let version = "0.10.2"; in
|
let version = "0.10.3.1"; 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 = "1asn9gp0ybz6fak991vki9vln4ijramvr13rbwpxyj5wfmnh05r5";
|
sha256 = "03gljmqykwwvwxcfhqqfccmnsjhsl93052i38r9mf7hj4jj8v7x5";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ gamin ]
|
propagatedBuildInputs = [ gamin ]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user