Skip to content

Commit 2d7cb1f

Browse files
committedNov 24, 2016
luajit: 2.1.0-beta1 -> 2.1.0-beta2
I'm not very certain about beta as the default, but let me not change that ATM.
1 parent 531bd1f commit 2d7cb1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/development/interpreters/luajit/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
stdenv.mkDerivation rec {
44
name = "luajit-${version}";
5-
version = "2.1.0-beta1";
5+
version = "2.1.0-beta2";
66
luaversion = "5.1";
77

88
src = fetchurl {
99
url = "http://luajit.org/download/LuaJIT-${version}.tar.gz";
10-
sha256 = "06170d38387c59d1292001a166e7f5524f5c5deafa8705a49a46fa42905668dd";
10+
sha256 = "0iyghj1xjlmd9ywa4flf9yszynf3jhbp0yqb9b49k7ab0g528fbi";
1111
};
1212

1313
enableParallelBuilding = true;

0 commit comments

Comments
 (0)
Please sign in to comment.