jool: 3.4.5 -> 3.5.0

This commit is contained in:
Franz Pletz
2016-10-03 18:25:28 +02:00
parent 4b89d47887
commit beca8946ee
3 changed files with 6 additions and 4 deletions
-2
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;
};
}