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

ipset: 7.0 -> 7.1
This commit is contained in:
markuskowa 2018-12-16 19:45:51 +01:00 committed by GitHub
commit 28a3c61ecd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,11 @@
{ stdenv, fetchurl, pkgconfig, libmnl }:
stdenv.mkDerivation rec {
name = "ipset-7.0";
name = "ipset-7.1";
src = fetchurl {
url = "http://ipset.netfilter.org/${name}.tar.bz2";
sha256 = "1bs1qz6cs9z167f36xsbg93fb6dj5bw05shk07fkwkjiglxhzyn6";
sha256 = "1i5d2v732jnx543w1h57g6zi9ckvbxp8pz7377f0rhh56awv6pkv";
};
nativeBuildInputs = [ pkgconfig ];