We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 531bd1f commit 2d7cb1fCopy full SHA for 2d7cb1f
pkgs/development/interpreters/luajit/default.nix
@@ -2,12 +2,12 @@
2
3
stdenv.mkDerivation rec {
4
name = "luajit-${version}";
5
- version = "2.1.0-beta1";
+ version = "2.1.0-beta2";
6
luaversion = "5.1";
7
8
src = fetchurl {
9
url = "http://luajit.org/download/LuaJIT-${version}.tar.gz";
10
- sha256 = "06170d38387c59d1292001a166e7f5524f5c5deafa8705a49a46fa42905668dd";
+ sha256 = "0iyghj1xjlmd9ywa4flf9yszynf3jhbp0yqb9b49k7ab0g528fbi";
11
};
12
13
enableParallelBuilding = true;
0 commit comments