f0e4b31eb2
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.
12 lines
257 B
Nix
12 lines
257 B
Nix
{ fetchFromGitHub }:
|
|
|
|
rec {
|
|
version = "unstable-20180706";
|
|
src = fetchFromGitHub {
|
|
owner = "NICMx";
|
|
repo = "Jool";
|
|
rev = "de791931d94e972c36bb3c102a9cadab5230c285";
|
|
sha256 = "09mr7lc9k17znpslsfmndx4vgl240llcgblxm92fizmwz23y1d6c";
|
|
};
|
|
}
|