3
0
Fork 0
forked from mirrors/nixpkgs

ipset: 6.27 -> 6.34

This commit is contained in:
Andreas Rammhold 2017-11-23 20:26:03 +01:00
parent 597f819bc3
commit d96cac2e63
No known key found for this signature in database
GPG key ID: E432E410B5E48C86

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, libmnl }:
stdenv.mkDerivation rec {
name = "ipset-6.27";
name = "ipset-6.34";
src = fetchurl {
url = "http://ipset.netfilter.org/${name}.tar.bz2";
sha256 = "0ddj66wr0xh9v6ks430l8r80lj2s9qc44d9c2ik48lwm0fl9fj3j";
sha256 = "106nv1ngcvap0mqmb6jm07lc1q3w796rkzc1vrfs4yhbcwdq63np";
};
nativeBuildInputs = [ pkgconfig ];