Merge pull request #178508 from Kritnich/master

fail2ban: Fix use of `MutableMapping` for Python >= 3.10

authored by

Jan Tojnar and committed by
GitHub
d76bc927 cefe06f8

+6
+6
pkgs/tools/security/fail2ban/default.nix
··· 27 27 url = "https://github.com/fail2ban/fail2ban/commit/5ac303df8a171f748330d4c645ccbf1c2c7f3497.patch"; 28 28 sha256 = "sha256-aozQJHwPcJTe/D/PLQzBk1YH3OAP6Qm7wO7cai5CVYI="; 29 29 }) 30 + # fix use of MutableMapping with Python >= 3.10 31 + # https://github.com/fail2ban/fail2ban/issues/3142 32 + (fetchpatch { 33 + url = "https://github.com/fail2ban/fail2ban/commit/294ec73f629d0e29cece3a1eb5dd60b6fccea41f.patch"; 34 + sha256 = "sha256-Eimm4xjBDYNn5QdTyMqGgT5EXsZdd/txxcWJojXlsFE="; 35 + }) 30 36 ]; 31 37 32 38 preConfigure = ''