tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
luajit_2_0: 2.0.5-2022-03-13 -> 2.0.5-2022-09-13
Luka Blaskovic
3 years ago
49b4e3ad
7b06206f
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
development
interpreters
luajit
2.0.nix
+3
-3
pkgs/development/interpreters/luajit/2.0.nix
···
2
callPackage ./default.nix {
3
sourceVersion = { major = "2"; minor = "0"; patch = "5"; };
4
inherit self passthruFun;
5
-
version = "2.0.5-2022-03-13";
6
-
rev = "93a65d3cc263aef2d2feb3d7ff2206aca3bee17e";
7
isStable = true;
8
-
hash = "sha256-Gp7OdfxBGkW59zxWUml2ugPABLUv2SezMiDblA/FZ7g=";
9
extraMeta = { # this isn't precise but it at least stops the useless Hydra build
10
platforms = with lib; filter (p: !hasPrefix "aarch64-" p)
11
(platforms.linux ++ platforms.darwin);
···
2
callPackage ./default.nix {
3
sourceVersion = { major = "2"; minor = "0"; patch = "5"; };
4
inherit self passthruFun;
5
+
version = "2.0.5-2022-09-13";
6
+
rev = "46e62cd963a426e83a60f691dcbbeb742c7b3ba2";
7
isStable = true;
8
+
hash = "sha256-/XR9+6NjXs2TrUVKJNkH2h970BkDNFqMDJTWcy/bswU=";
9
extraMeta = { # this isn't precise but it at least stops the useless Hydra build
10
platforms = with lib; filter (p: !hasPrefix "aarch64-" p)
11
(platforms.linux ++ platforms.darwin);