Merge pull request #38734 from r-ryantm/auto-update/fail2ban

fail2ban: 0.10.2 -> 0.10.3.1
This commit is contained in:
Matthew Justin Bauer 2018-04-17 12:02:53 -05:00 committed by GitHub
commit 0247e7e47f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, python, pythonPackages, gamin }:
let version = "0.10.2"; in
let version = "0.10.3.1"; in
pythonPackages.buildPythonApplication {
name = "fail2ban-${version}";
@ -9,7 +9,7 @@ pythonPackages.buildPythonApplication {
owner = "fail2ban";
repo = "fail2ban";
rev = version;
sha256 = "1asn9gp0ybz6fak991vki9vln4ijramvr13rbwpxyj5wfmnh05r5";
sha256 = "03gljmqykwwvwxcfhqqfccmnsjhsl93052i38r9mf7hj4jj8v7x5";
};
propagatedBuildInputs = [ gamin ]