Merge pull request #108198 from lblasc/luajit-2020-12-29

luajit_2_0: 2.0.5-2020-09-27 -> 2.0.5-2020-12-28, luajit_2_1: 2.1.0-2020-09-30 -> 2.1.0-2020-12-28
This commit is contained in:
Matthieu Coudron 2021-01-03 15:39:11 +01:00 committed by GitHub
commit 499792889d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -1,10 +1,10 @@
{ self, callPackage, lib }:
callPackage ./default.nix {
inherit self;
version = "2.0.5-2020-09-27";
rev = "e8ec6fe";
version = "2.0.5-2020-12-28";
rev = "56c04accf975bff2519c34721dccbbdb7b8e6963";
isStable = true;
sha256 = "0v7g216j0zrjp32nfjqqxzgxgvgbdx89h3x0djbqg3avsgxjwnbk";
sha256 = "0mmx7dy843iqdpyxxdfks860np0311gg58gi4zczx10h62y6jacm";
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);

View File

@ -1,8 +1,8 @@
{ self, callPackage }:
callPackage ./default.nix {
inherit self;
version = "2.1.0-2020-09-30";
rev = "e9af1ab";
version = "2.1.0-2020-12-28";
rev = "65378759f38bb946e40f31799992434effd01bba";
isStable = false;
sha256 = "081vrr4snr1c38cscbq1a8barv7abc9czqqlm4qlbdksa8g32bbj";
sha256 = "1h78gydlrmvkdrql4ra5a3xr78iiq12bfmny6kiq65v1jbk8f19g";
}