iptables: 1.8.10 -> 1.8.11

Changes: https://lore.kernel.org/netdev/Zy4nCFxZvkkUrjj6@orbyte.nwl.cc/T/
This commit is contained in:
Sergei Trofimovich
2024-11-08 22:10:36 +00:00
parent df07f2434a
commit 22ad67eebb
+2 -2
View File
@@ -6,12 +6,12 @@
}:
stdenv.mkDerivation rec {
version = "1.8.10";
version = "1.8.11";
pname = "iptables";
src = fetchurl {
url = "https://www.netfilter.org/projects/${pname}/files/${pname}-${version}.tar.xz";
sha256 = "XMJVwYk1bjF9BwdVzpNx62Oht4PDRJj7jDAmTzzFnJw=";
sha256 = "2HMD1V74ySvK1N0/l4sm0nIBNkKwKUJXdfW60QCf57I=";
};
outputs = [ "out" "dev" "man" ];