ipset: 7.22 -> 7.23 (#365746)

This commit is contained in:
Ryan Hendrickson
2024-12-17 22:16:49 -05:00
committed by GitHub
+2 -2
View File
@@ -8,11 +8,11 @@
stdenv.mkDerivation rec {
pname = "ipset";
version = "7.22";
version = "7.23";
src = fetchurl {
url = "https://ipset.netfilter.org/${pname}-${version}.tar.bz2";
sha256 = "sha256-9qxaR8Pvn0xn/L31Xnkcv+OOsKSqG6rNEmRqFAq6zdk=";
sha256 = "sha256-2zpRqevyfHy9ChSCxGxeDtYwwox5b3MofEszndRghuU=";
};
nativeBuildInputs = [ pkg-config ];