2019-01-30 14:13:15 +00:00
|
|
|
{ self, callPackage, lib }:
|
|
|
|
callPackage ./default.nix {
|
|
|
|
inherit self;
|
2020-04-18 08:10:42 +01:00
|
|
|
version = "2.0.5-2020-03-20";
|
|
|
|
rev = "e613105";
|
2019-01-30 14:13:15 +00:00
|
|
|
isStable = true;
|
2020-04-18 08:10:42 +01:00
|
|
|
sha256 = "0k843z90s4hi0qhri6ixy8sv21nig8jwbznpqgqg845ji530kqj7";
|
2019-10-13 12:57:48 +01:00
|
|
|
extraMeta = { # this isn't precise but it at least stops the useless Hydra build
|
|
|
|
platforms = with lib; filter (p: p != "aarch64-linux")
|
|
|
|
(platforms.linux ++ platforms.darwin);
|
2019-01-30 14:13:15 +00:00
|
|
|
};
|
|
|
|
}
|