2022-08-26 04:17:06 +01:00
|
|
|
{ self, callPackage, lib, passthruFun }:
|
2019-01-30 14:13:15 +00:00
|
|
|
callPackage ./default.nix {
|
2022-08-26 04:17:06 +01:00
|
|
|
sourceVersion = { major = "2"; minor = "0"; patch = "5"; };
|
|
|
|
inherit self passthruFun;
|
2022-04-13 07:33:02 +01:00
|
|
|
version = "2.0.5-2022-03-13";
|
|
|
|
rev = "93a65d3cc263aef2d2feb3d7ff2206aca3bee17e";
|
2019-01-30 14:13:15 +00:00
|
|
|
isStable = true;
|
2022-04-13 07:33:02 +01:00
|
|
|
hash = "sha256-Gp7OdfxBGkW59zxWUml2ugPABLUv2SezMiDblA/FZ7g=";
|
2019-10-13 12:57:48 +01:00
|
|
|
extraMeta = { # this isn't precise but it at least stops the useless Hydra build
|
2021-08-26 11:55:08 +01:00
|
|
|
platforms = with lib; filter (p: !hasPrefix "aarch64-" p)
|
2019-10-13 12:57:48 +01:00
|
|
|
(platforms.linux ++ platforms.darwin);
|
2019-01-30 14:13:15 +00:00
|
|
|
};
|
|
|
|
}
|