mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
jool: 3.4.5 -> 3.5.0
This commit is contained in:
parent
4b89d47887
commit
beca8946ee
3 changed files with 6 additions and 4 deletions
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue