mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
luajit_2_0: 2.0.5-2022-03-13 -> 2.0.5-2022-09-13
This commit is contained in:
parent
7b06206fa2
commit
49b4e3ad51
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user