mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
fail2ban: 0.11.1 -> 0.11.2
Fixes fail2ban with python 3.9.
This commit is contained in:
parent
0e2dec8415
commit
2346ec8883
@ -1,6 +1,6 @@
|
||||
{ lib, stdenv, fetchFromGitHub, python3 }:
|
||||
|
||||
let version = "0.11.1"; in
|
||||
let version = "0.11.2"; in
|
||||
|
||||
python3.pkgs.buildPythonApplication {
|
||||
pname = "fail2ban";
|
||||
@ -10,7 +10,7 @@ python3.pkgs.buildPythonApplication {
|
||||
owner = "fail2ban";
|
||||
repo = "fail2ban";
|
||||
rev = version;
|
||||
sha256 = "0kqvkxpb72y3kgmxf6g36w67499c6gcd2a9yyblagwx12y05f1sh";
|
||||
sha256 = "q4U9iWCa1zg8sA+6pPNejt6v/41WGIKN5wITJCrCqQE=";
|
||||
};
|
||||
|
||||
pythonPath = with python3.pkgs;
|
||||
|
Loading…
Reference in New Issue
Block a user