2019-01-30 15:13:15 +01:00
|
|
|
{ self, callPackage, lib }:
|
|
|
|
callPackage ./default.nix {
|
|
|
|
inherit self;
|
2020-08-31 16:27:00 +02:00
|
|
|
version = "2.0.5-2020-08-09";
|
|
|
|
rev = "e296f56";
|
2019-01-30 15:13:15 +01:00
|
|
|
isStable = true;
|
2020-08-31 16:27:00 +02:00
|
|
|
sha256 = "0g4wvpmmrxj8ir6yi86gg93khy8ri7x4w091jihpxsmn670da21f";
|
2019-10-13 13:57:48 +02: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 15:13:15 +01:00
|
|
|
};
|
|
|
|
}
|