Merge pull request #109644 from Izorkin/update-firewall

This commit is contained in:
Jörg Thalheim
2021-02-03 05:41:42 +00:00
committed by GitHub
4 changed files with 8 additions and 6 deletions

View File

@@ -6,12 +6,12 @@
with lib;
stdenv.mkDerivation rec {
version = "1.8.6";
version = "1.8.7";
pname = "iptables";
src = fetchurl {
url = "https://www.netfilter.org/projects/${pname}/files/${pname}-${version}.tar.bz2";
sha256 = "0rvp0k8a72h2snrdx48cfn75bfa0ycrd2xl3kjysbymq7q6gxx50";
sha256 = "1w6qx3sxzkv80shk21f63rq41c84irpx68k62m2cv629n1mwj2f1";
};
nativeBuildInputs = [ pkg-config pruneLibtoolFiles flex bison ];