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:
parent
1b6984bec1
commit
cec5d5bffc
@ -1,11 +1,11 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, libmnl }:
|
{ stdenv, fetchurl, pkgconfig, libmnl }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "ipset-6.38";
|
name = "ipset-7.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://ipset.netfilter.org/${name}.tar.bz2";
|
url = "http://ipset.netfilter.org/${name}.tar.bz2";
|
||||||
sha256 = "0i72wcljl0nkpmzc20jcch3hpphrm0qp4v4j4ajamq0zlddn5vyf";
|
sha256 = "1bs1qz6cs9z167f36xsbg93fb6dj5bw05shk07fkwkjiglxhzyn6";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user