nftables: 1.0.8 -> 1.0.9

https://lwn.net/Articles/948274/
This commit is contained in:
ajs124
2023-10-20 12:59:36 +02:00
parent 5bf82c5a0b
commit 9f70c19a41
+2 -2
View File
@@ -11,12 +11,12 @@
}:
stdenv.mkDerivation rec {
version = "1.0.8";
version = "1.0.9";
pname = "nftables";
src = fetchurl {
url = "https://netfilter.org/projects/nftables/files/${pname}-${version}.tar.xz";
hash = "sha256-k3N0DeQagtvJiBjgpGoHP664qNBon6T6GnQ5nDK/PVA=";
hash = "sha256-o8MEzZugYSOe4EdPmvuTipu5nYm5YCRvZvDDoKheFM0=";
};
nativeBuildInputs = [