Skip to content

Commit

Permalink
linuxPackages.jool: 3.5.7 -> unstable-20180706 (#47284)
Browse files Browse the repository at this point in the history
3.5.7 doesn't build with kernel 4.14.71.
Needs most recent upstream revision to build, which supports
kernels up to 4.17.

(cherry picked from commit f0e4b31)
  • Loading branch information
xeji committed Sep 28, 2018
1 parent a7fa8e1 commit 0c29a51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/jool/default.nix
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, kernel }:

assert stdenv.lib.versionOlder kernel.version "4.17";
assert stdenv.lib.versionOlder kernel.version "4.18";

let
sourceAttrs = (import ./source.nix) { inherit fetchFromGitHub; };
Expand Down
6 changes: 3 additions & 3 deletions pkgs/os-specific/linux/jool/source.nix
@@ -1,11 +1,11 @@
{ fetchFromGitHub }:

rec {
version = "3.5.7";
version = "unstable-20180706";
src = fetchFromGitHub {
owner = "NICMx";
repo = "Jool";
rev = "v${version}";
sha256 = "1qxhrchhm4lbyxkp6wm47a85aa4d9wlyy3kdijl8rarngvh8j1yx";
rev = "de791931d94e972c36bb3c102a9cadab5230c285";
sha256 = "09mr7lc9k17znpslsfmndx4vgl240llcgblxm92fizmwz23y1d6c";
};
}

0 comments on commit 0c29a51

Please sign in to comment.