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 }: 27 28 stdenv.mkDerivation rec { 29 - version = "1.1.1"; 30 pname = "nftables"; 31 32 src = fetchurl { 33 url = "https://netfilter.org/projects/nftables/files/${pname}-${version}.tar.xz"; 34 - hash = "sha256-Y1iDDzpk8x45sK1CHX2tzSQLcjQ97UjY7xO4+vIEhlo="; 35 }; 36 37 patches = [
··· 26 }: 27 28 stdenv.mkDerivation rec { 29 + version = "1.1.3"; 30 pname = "nftables"; 31 32 src = fetchurl { 33 url = "https://netfilter.org/projects/nftables/files/${pname}-${version}.tar.xz"; 34 + hash = "sha256-nIpktZyQsIJeVAqbj8udLZQsY2+BulAZnwaP3kTzTtg="; 35 }; 36 37 patches = [