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

ipset: 7.5 -> 7.6
This commit is contained in:
Ryan Mulligan 2020-03-11 15:16:08 -07:00 committed by GitHub
commit 8a2ca6cd98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,11 +2,11 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "ipset"; pname = "ipset";
version = "7.5"; version = "7.6";
src = fetchurl { src = fetchurl {
url = "http://ipset.netfilter.org/${pname}-${version}.tar.bz2"; url = "http://ipset.netfilter.org/${pname}-${version}.tar.bz2";
sha256 = "02vangpxdyyk9z84vc0ba1vbjvfnd6zlniisc029xzkgmdafwym5"; sha256 = "1ny2spcm6bmpj8vnazssg99k59impr7n84jzkdmdjly1m7548z8f";
}; };
nativeBuildInputs = [ pkgconfig ]; nativeBuildInputs = [ pkgconfig ];
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
configureFlags = [ "--with-kmod=no" ]; configureFlags = [ "--with-kmod=no" ];
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = http://ipset.netfilter.org/; homepage = "http://ipset.netfilter.org/";
description = "Administration tool for IP sets"; description = "Administration tool for IP sets";
license = licenses.gpl2; license = licenses.gpl2;
platforms = platforms.linux; platforms = platforms.linux;