nftables: 1.0.9 -> 1.1.0

This commit is contained in:
Sergei Trofimovich 2024-07-27 22:05:22 +01:00
parent f542658d36
commit 09fefcd76b

View File

@ -10,12 +10,12 @@
}:
stdenv.mkDerivation rec {
version = "1.0.9";
version = "1.1.0";
pname = "nftables";
src = fetchurl {
url = "https://netfilter.org/projects/nftables/files/${pname}-${version}.tar.xz";
hash = "sha256-o8MEzZugYSOe4EdPmvuTipu5nYm5YCRvZvDDoKheFM0=";
hash = "sha256-7zNzKUiGxbYH7nvoLFaiW8BOdfgC+OitzVWqyR6wqiQ=";
};
nativeBuildInputs = [