3
0
Fork 0
forked from mirrors/nixpkgs

ipset: 7.10 -> 7.11

This commit is contained in:
R. RyanTM 2021-02-21 19:26:40 +00:00
parent 60450f6b8d
commit 3669ac9a89

View file

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