jool: 3.4.5 -> 3.5.0

This commit is contained in:
Franz Pletz 2016-10-03 17:58:38 +02:00
parent 4b89d47887
commit beca8946ee
No known key found for this signature in database
GPG key ID: 846FDED7792617B4
3 changed files with 6 additions and 4 deletions

View file

@ -13,6 +13,10 @@ stdenv.mkDerivation {
buildInputs = [ autoreconfHook pkgconfig libnl ];
postPatch = ''
chmod u+w -R ../common
'';
meta = with stdenv.lib; {
homepage = https://www.jool.mx/;
description = "Fairly compliant SIIT and Stateful NAT64 for Linux - CLI tools";

View file

@ -28,7 +28,5 @@ stdenv.mkDerivation {
description = "Fairly compliant SIIT and Stateful NAT64 for Linux - kernel modules";
platforms = platforms.linux;
maintainers = with maintainers; [ fpletz ];
# kernel version 4.3 is the most recent supported version
broken = builtins.compareVersions kernel.version "4.3" == 1;
};
}

View file

@ -1,9 +1,9 @@
{ fetchzip }:
rec {
version = "3.4.5";
version = "3.5.0";
src = fetchzip {
url = "https://github.com/NICMx/releases/raw/master/Jool/Jool-${version}.zip";
sha256 = "045j3ax6c5jg8037hhrbgqgznr0a114xrmn03wkasnvsxpsx4hkb";
sha256 = "06jp6gpfryn66q0z4w3gwkvfr17bcrjvys597nj49pxfiz4vczb2";
};
}