nftables: 1.1.1 -> 1.1.3

Changes: https://git.netfilter.org/nftables/log/?h=v1.1.3

+2 -2
+2 -2
pkgs/os-specific/linux/nftables/default.nix
··· 26 26 }: 27 27 28 28 stdenv.mkDerivation rec { 29 - version = "1.1.1"; 29 + version = "1.1.3"; 30 30 pname = "nftables"; 31 31 32 32 src = fetchurl { 33 33 url = "https://netfilter.org/projects/nftables/files/${pname}-${version}.tar.xz"; 34 - hash = "sha256-Y1iDDzpk8x45sK1CHX2tzSQLcjQ97UjY7xO4+vIEhlo="; 34 + hash = "sha256-nIpktZyQsIJeVAqbj8udLZQsY2+BulAZnwaP3kTzTtg="; 35 35 }; 36 36 37 37 patches = [