ipset: 7.23 -> 7.24 (#409431)

This commit is contained in:
Wolfgang Walther 2025-06-01 13:24:58 +00:00 committed by GitHub
commit 21826a1cce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -8,11 +8,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ipset"; pname = "ipset";
version = "7.23"; version = "7.24";
src = fetchurl { src = fetchurl {
url = "https://ipset.netfilter.org/${pname}-${version}.tar.bz2"; url = "https://ipset.netfilter.org/${pname}-${version}.tar.bz2";
sha256 = "sha256-2zpRqevyfHy9ChSCxGxeDtYwwox5b3MofEszndRghuU="; sha256 = "sha256-++NCTf8iLBy15cNNOLZFJLIhfOgCJsFP3LsTsp6jYRI=";
}; };
nativeBuildInputs = [ pkg-config ]; nativeBuildInputs = [ pkg-config ];