From 866182be1dbbe364fe3012c116f72c7cd8c467bd Mon Sep 17 00:00:00 2001 From: ajs124 Date: Thu, 22 Dec 2022 15:16:32 +0100 Subject: [PATCH] nftables: 1.0.5 -> 1.0.6 https://www.spinics.net/lists/netfilter/msg60949.html --- pkgs/os-specific/linux/nftables/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/os-specific/linux/nftables/default.nix b/pkgs/os-specific/linux/nftables/default.nix index abbb3d04a068..340ad619ecb6 100644 --- a/pkgs/os-specific/linux/nftables/default.nix +++ b/pkgs/os-specific/linux/nftables/default.nix @@ -9,12 +9,12 @@ }: stdenv.mkDerivation rec { - version = "1.0.5"; + version = "1.0.6"; pname = "nftables"; src = fetchurl { - url = "https://netfilter.org/projects/nftables/files/${pname}-${version}.tar.bz2"; - hash = "sha256-jRtLGDk69DaY0QuqJdK5tjl5ab7srHgWw13QcU5N5Qo="; + url = "https://netfilter.org/projects/nftables/files/${pname}-${version}.tar.xz"; + hash = "sha256-JAdDDd2CmHZw5I3C/anigLqoMHq+wEqxjWCd89sAXkw="; }; nativeBuildInputs = [