ipset: 6.38 -> 7.0 (#50078)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/ipset/versions
This commit is contained in:
R. RyanTM 2018-11-12 12:02:24 -08:00 committed by Timo Kaufmann
parent 1b6984bec1
commit cec5d5bffc

View file

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