nftables: 1.0.5 -> 1.0.6

https://www.spinics.net/lists/netfilter/msg60949.html
This commit is contained in:
ajs124 2022-12-22 15:16:32 +01:00
parent b10a520017
commit 866182be1d

View File

@ -9,12 +9,12 @@
}:
stdenv.mkDerivation rec {
version = "1.0.5";
version = "1.0.6";
pname = "nftables";
src = fetchurl {
url = "https://netfilter.org/projects/nftables/files/${pname}-${version}.tar.bz2";
hash = "sha256-jRtLGDk69DaY0QuqJdK5tjl5ab7srHgWw13QcU5N5Qo=";
url = "https://netfilter.org/projects/nftables/files/${pname}-${version}.tar.xz";
hash = "sha256-JAdDDd2CmHZw5I3C/anigLqoMHq+wEqxjWCd89sAXkw=";
};
nativeBuildInputs = [