linuxPackages.jool: 3.5.7 -> unstable-20180706 (#47284)

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.
This commit is contained in:
xeji
2018-09-28 11:52:39 +02:00
committed by GitHub
parent ddeeade148
commit f0e4b31eb2
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -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";
};
}