libnftnl: 1.2.8 -> 1.2.9, nftables: 1.1.1 -> 1.1.3 (#399776)

This commit is contained in:
Franz Pletz
2025-04-28 21:04:03 +02:00
committed by GitHub
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -8,12 +8,12 @@
}:
stdenv.mkDerivation rec {
version = "1.2.8";
version = "1.2.9";
pname = "libnftnl";
src = fetchurl {
url = "https://netfilter.org/projects/${pname}/files/${pname}-${version}.tar.xz";
hash = "sha256-N/6l1rXJsI3nkg0pjePNyULnrmSxo+i4gLLTkK5nrZU=";
hash = "sha256-6MIWJV4SnyYnBjn+53dSZWZaMbEaqSAlPD5dXWLfxLg=";
};
configureFlags = lib.optional (
+2 -2
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 = [