mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 02:44:30 +00:00
ipset: 6.24 -> 6.26
This commit is contained in:
parent
6d83b13734
commit
b409331a5a
@ -1,14 +1,15 @@
|
||||
{ stdenv, fetchurl, pkgconfig, libmnl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "ipset-6.24";
|
||||
name = "ipset-6.26";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://ipset.netfilter.org/${name}.tar.bz2";
|
||||
sha256 = "1l4mx78473azf7cb19fxf37gmj95k1zzabimbcmlg9h07wlgqw9h";
|
||||
sha256 = "0lbsg1fbiw9m959lgqziyivmx32z3vbnp3jhgnprkq31ia7a29kn";
|
||||
};
|
||||
|
||||
buildInputs = [ pkgconfig libmnl ];
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ libmnl ];
|
||||
|
||||
configureFlags = [ "--with-kmod=no" ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user