mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
Merge pull request #262270 from helsinki-systems/upd/nftables
nftables: 1.0.8 -> 1.0.9
This commit is contained in:
commit
0c0da8680a
@ -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; };
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user