nftables: 1.1.1 -> 1.1.3

Changes: https://git.netfilter.org/nftables/log/?h=v1.1.3
This commit is contained in:
Sergei Trofimovich 2025-04-18 16:32:54 +01:00
parent 8a378f44d1
commit a22b58e791

View file

@ -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 = [