mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
nftables: 0.4 -> 0.5
This commit is contained in:
parent
42de4877ee
commit
dec8e299f5
@ -2,11 +2,11 @@
|
||||
, flex, bison, libmnl, libnftnl, gmp, readline }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "nftables-0.4";
|
||||
name = "nftables-0.5";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://netfilter.org/projects/nftables/files/${name}.tar.bz2";
|
||||
sha256 = "0g0x6mf5580kr1azrff0ryxxym43qr72fwir7agmz4b8bjvnkjpn";
|
||||
sha256 = "1mhaw7ys7ma5786xyfccgar389jsj2zp7qmvghsgr96q6grxzdhz";
|
||||
};
|
||||
|
||||
configureFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user