Merge #193861: luajit_2_0, luajit_2_1: update

...into staging-next
This commit is contained in:
Vladimír Čunát 2022-10-20 21:42:09 +02:00
commit e674dd40b3
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
2 changed files with 6 additions and 6 deletions

View file

@ -2,10 +2,10 @@
callPackage ./default.nix {
sourceVersion = { major = "2"; minor = "0"; patch = "5"; };
inherit self passthruFun;
version = "2.0.5-2022-03-13";
rev = "93a65d3cc263aef2d2feb3d7ff2206aca3bee17e";
version = "2.0.5-2022-09-13";
rev = "46e62cd963a426e83a60f691dcbbeb742c7b3ba2";
isStable = true;
hash = "sha256-Gp7OdfxBGkW59zxWUml2ugPABLUv2SezMiDblA/FZ7g=";
hash = "sha256-/XR9+6NjXs2TrUVKJNkH2h970BkDNFqMDJTWcy/bswU=";
extraMeta = { # this isn't precise but it at least stops the useless Hydra build
platforms = with lib; filter (p: !hasPrefix "aarch64-" p)
(platforms.linux ++ platforms.darwin);

View file

@ -2,8 +2,8 @@
callPackage ./default.nix {
sourceVersion = { major = "2"; minor = "1"; patch = "0"; };
inherit self passthruFun;
version = "2.1.0-2022-04-05";
rev = "5e3c45c43bb0e0f1f2917d432e9d2dba12c42a6e";
version = "2.1.0-2022-10-04";
rev = "6c4826f12c4d33b8b978004bc681eb1eef2be977";
isStable = false;
hash = "sha256-Q+34hJDgyCqmtThHbxR16Nn7zhq4Ql142No2rO57HL0=";
hash = "sha256-GMgoSVHrfIuLdk8mW9XgdemNFsAkkQR4wiGGjaAXAKg=";
}