ipset: 7.23 -> 7.24

This commit is contained in:
R. Ryantm 2025-05-21 13:48:38 +00:00
parent 74fd8e36e6
commit c8b02ddd23

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 ];