summaryrefslogtreecommitdiffstats
path: root/pkgs/development/interpreters/luajit
diff options
context:
space:
mode:
authorLuka Blaskovic <lblasc@tvbeat.com>2022-10-01 06:16:08 +0000
committerLuka Blaskovic <lblasc@tvbeat.com>2022-10-08 05:43:19 +0000
commit49b4e3ad51a59e80f32fcef314ba9ea54b2d065b (patch)
treef9958184a2d26f3477cc9c93cff386009a6685de /pkgs/development/interpreters/luajit
parent7b06206fa24198912cea58de690aa4943f238fbf (diff)
luajit_2_0: 2.0.5-2022-03-13 -> 2.0.5-2022-09-13
Diffstat (limited to 'pkgs/development/interpreters/luajit')
-rw-r--r--pkgs/development/interpreters/luajit/2.0.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/development/interpreters/luajit/2.0.nix b/pkgs/development/interpreters/luajit/2.0.nix
index fe7843caeb0f..3df2ac457c07 100644
--- a/pkgs/development/interpreters/luajit/2.0.nix
+++ b/pkgs/development/interpreters/luajit/2.0.nix
@@ -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);