From a22b58e791f3588b59148bfa440d54ed4e32344c Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Fri, 18 Apr 2025 16:32:54 +0100 Subject: [PATCH] nftables: 1.1.1 -> 1.1.3 Changes: https://git.netfilter.org/nftables/log/?h=v1.1.3 --- pkgs/os-specific/linux/nftables/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/os-specific/linux/nftables/default.nix b/pkgs/os-specific/linux/nftables/default.nix index 7fbd2b0bc52d..f0f211755af0 100644 --- a/pkgs/os-specific/linux/nftables/default.nix +++ b/pkgs/os-specific/linux/nftables/default.nix @@ -26,12 +26,12 @@ }: stdenv.mkDerivation rec { - version = "1.1.1"; + version = "1.1.3"; pname = "nftables"; src = fetchurl { url = "https://netfilter.org/projects/nftables/files/${pname}-${version}.tar.xz"; - hash = "sha256-Y1iDDzpk8x45sK1CHX2tzSQLcjQ97UjY7xO4+vIEhlo="; + hash = "sha256-nIpktZyQsIJeVAqbj8udLZQsY2+BulAZnwaP3kTzTtg="; }; patches = [