Merge pull request #330508 from trofi/nftables-update

nftables: 1.0.9 -> 1.1.0
This commit is contained in:
Fabián Heredia Montiel 2024-08-16 12:27:31 -06:00 committed by GitHub
commit 3a112c9ba5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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