Merge pull request #262270 from helsinki-systems/upd/nftables

nftables: 1.0.8 -> 1.0.9
This commit is contained in:
Martin Weinelt 2023-10-23 00:04:12 +02:00 committed by GitHub
commit 0c0da8680a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [
@ -44,7 +44,8 @@ stdenv.mkDerivation rec {
++ lib.optional withXtables "--with-xtables";
passthru.tests = {
inherit (nixosTests) firewall-nftables lxd-nftables;
inherit (nixosTests) firewall-nftables;
lxd-nftables = nixosTests.lxd.nftables;
nat = { inherit (nixosTests.nat.nftables) firewall standalone; };
};