nftables: 1.1.4 -> 1.1.5

Changes: https://www.netfilter.org/projects/nftables/files/changes-nftables-1.1.5.txt
This commit is contained in:
Sergei Trofimovich
2025-08-28 07:04:28 +01:00
parent 33de6dfc31
commit dba6dca44d
+2 -2
View File
@@ -26,12 +26,12 @@
}:
stdenv.mkDerivation rec {
version = "1.1.4";
version = "1.1.5";
pname = "nftables";
src = fetchurl {
url = "https://netfilter.org/projects/nftables/files/${pname}-${version}.tar.xz";
hash = "sha256-NETwASrwRyOZ7q6Jp1i5xtxfMR9sZ6SJiPoWAPxLrIY=";
hash = "sha256-Ha8Q8yLhT9kKAXU4qvLANNfMHrHMQY3tR0RdcU6haNQ=";
};
patches = [