luajit_2_0, luajit_2_1: bump to 2020-03-20, GC64 mode switch

This commit is contained in:
Luka Blaskovic
2020-04-27 07:42:21 +00:00
parent fa4747c38a
commit b67cbe5a2d
3 changed files with 14 additions and 8 deletions
+3 -2
View File
@@ -1,9 +1,10 @@
{ self, callPackage, lib }:
callPackage ./default.nix {
inherit self;
version = "2.0.5";
version = "2.0.5-2020-03-20";
rev = "e613105";
isStable = true;
sha256 = "0yg9q4q6v028bgh85317ykc9whgxgysp76qzaqgq55y6jy11yjw7";
sha256 = "0k843z90s4hi0qhri6ixy8sv21nig8jwbznpqgqg845ji530kqj7";
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);