jool: 3.4.5 -> 3.5.0
This commit is contained in:
parent
4b89d47887
commit
beca8946ee
@ -13,6 +13,10 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ autoreconfHook pkgconfig libnl ];
|
buildInputs = [ autoreconfHook pkgconfig libnl ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
chmod u+w -R ../common
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://www.jool.mx/;
|
homepage = https://www.jool.mx/;
|
||||||
description = "Fairly compliant SIIT and Stateful NAT64 for Linux - CLI tools";
|
description = "Fairly compliant SIIT and Stateful NAT64 for Linux - CLI tools";
|
||||||
|
@ -28,7 +28,5 @@ stdenv.mkDerivation {
|
|||||||
description = "Fairly compliant SIIT and Stateful NAT64 for Linux - kernel modules";
|
description = "Fairly compliant SIIT and Stateful NAT64 for Linux - kernel modules";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ fpletz ];
|
maintainers = with maintainers; [ fpletz ];
|
||||||
# kernel version 4.3 is the most recent supported version
|
|
||||||
broken = builtins.compareVersions kernel.version "4.3" == 1;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
{ fetchzip }:
|
{ fetchzip }:
|
||||||
|
|
||||||
rec {
|
rec {
|
||||||
version = "3.4.5";
|
version = "3.5.0";
|
||||||
src = fetchzip {
|
src = fetchzip {
|
||||||
url = "https://github.com/NICMx/releases/raw/master/Jool/Jool-${version}.zip";
|
url = "https://github.com/NICMx/releases/raw/master/Jool/Jool-${version}.zip";
|
||||||
sha256 = "045j3ax6c5jg8037hhrbgqgznr0a114xrmn03wkasnvsxpsx4hkb";
|
sha256 = "06jp6gpfryn66q0z4w3gwkvfr17bcrjvys597nj49pxfiz4vczb2";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user