Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-02-22 06:17:05 +00:00
committed by GitHub
31 changed files with 282 additions and 107 deletions
+2 -2
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 ];