Merge pull request #111269 from r-ryantm/auto-update/ipset

ipset: 7.9 -> 7.10
This commit is contained in:
Mario Rodas 2021-01-30 15:16:28 -05:00 committed by GitHub
commit 532b223c91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec {
pname = "ipset";
version = "7.9";
version = "7.10";
src = fetchurl {
url = "http://ipset.netfilter.org/${pname}-${version}.tar.bz2";
sha256 = "02mkp7vmsh609dcp02xi290sxmsgq2fsch3875dxkwfxkrl16p5p";
sha256 = "sha256-skkGukPi/jIr1BhjR2dh10mkvd9c5MImW6BLA7x+nPY=";
};
nativeBuildInputs = [ pkg-config ];