2020-04-24 23:36:52 +00:00
|
|
|
{ self, callPackage, lib }:
|
|
|
|
callPackage ./default.nix {
|
|
|
|
inherit self;
|
2021-12-06 16:07:01 +00:00
|
|
|
version = "2.0.5-2021-10-02";
|
|
|
|
rev = "d3294fa63b344173db68dd612c6d3801631e28d4";
|
2020-04-24 23:36:52 +00:00
|
|
|
isStable = true;
|
2021-12-06 16:07:01 +00:00
|
|
|
sha256 = "0ja6x7bv3iqnf6m8xk6qp1dgan2b7mys0ff86dw671fqqrfw28fn";
|
2020-04-24 23:36:52 +00:00
|
|
|
extraMeta = { # this isn't precise but it at least stops the useless Hydra build
|
2021-09-18 10:52:07 +00:00
|
|
|
platforms = with lib; filter (p: !hasPrefix "aarch64-" p)
|
2020-04-24 23:36:52 +00:00
|
|
|
(platforms.linux ++ platforms.darwin);
|
|
|
|
};
|
|
|
|
}
|