nixpkgs/pkgs/os-specific/linux/jool/source.nix
xeji f0e4b31eb2
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.
2018-09-28 11:52:39 +02:00

12 lines
257 B
Nix

{ fetchFromGitHub }:
rec {
version = "unstable-20180706";
src = fetchFromGitHub {
owner = "NICMx";
repo = "Jool";
rev = "de791931d94e972c36bb3c102a9cadab5230c285";
sha256 = "09mr7lc9k17znpslsfmndx4vgl240llcgblxm92fizmwz23y1d6c";
};
}