Merge remote-tracking branch 'origin/master' into staging.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchurl, pythonPackages, unzip, gamin }:
|
||||
{ stdenv, fetchurl, python, pythonPackages, unzip, systemd, gamin }:
|
||||
|
||||
let version = "0.8.13"; in
|
||||
let version = "0.9"; in
|
||||
|
||||
pythonPackages.buildPythonPackage {
|
||||
name = "fail2ban-${version}";
|
||||
@@ -9,12 +9,12 @@ pythonPackages.buildPythonPackage {
|
||||
src = fetchurl {
|
||||
url = "https://github.com/fail2ban/fail2ban/zipball/${version}";
|
||||
name = "fail2ban-${version}.zip";
|
||||
sha256 = "0c63i5jsn2n6hv6fb6q922ksxfpppah9415vpydiv0vpf23pq0cb";
|
||||
sha256 = "0dawl0vvdvpnkg1hc4l0c8sj8ikcr2l48d6khfx0174nq8yfcg93";
|
||||
};
|
||||
|
||||
buildInputs = [ unzip ];
|
||||
|
||||
pythonPath = [ gamin ];
|
||||
pythonPath = [ systemd python.modules.sqlite3 gamin ];
|
||||
|
||||
preConfigure = ''
|
||||
substituteInPlace setup.cfg \
|
||||
|
||||
Reference in New Issue
Block a user