forked from mirrors/nixpkgs
nftables: 0.5 -> 0.6
This commit is contained in:
parent
3a4b6ad297
commit
003ab1d9fd
|
@ -2,11 +2,11 @@
|
|||
, flex, bison, libmnl, libnftnl, gmp, readline }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nftables-0.5";
|
||||
name = "nftables-0.6";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://netfilter.org/projects/nftables/files/${name}.tar.bz2";
|
||||
sha256 = "1mhaw7ys7ma5786xyfccgar389jsj2zp7qmvghsgr96q6grxzdhz";
|
||||
sha256 = "0bbcrn9nz75daic8bq7rspvcw3ck7l82vqcvkyyg4mhwbxjn5pny";
|
||||
};
|
||||
|
||||
configureFlags = [
|
||||
|
|
Loading…
Reference in a new issue