tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
luarocks: 2.4.0 -> 2.4.2
Michael Raskin
9 years ago
16ea6c74
9fb0d83c
+4
-4
1 changed file
expand all
collapse all
unified
split
pkgs
development
tools
misc
luarocks
default.nix
+4
-4
pkgs/development/tools/misc/luarocks/default.nix
···
3
3
s = # Generated upstream information
4
4
rec {
5
5
baseName="luarocks";
6
6
-
version="2.4.0";
6
6
+
version="2.4.2";
7
7
name="${baseName}-${version}";
8
8
-
hash="1hwpjj4nvy8m7hfmhf52vbhmlh7r3wfjjcc589yj8dnh528iqf24";
9
9
-
url="http://luarocks.org/releases/luarocks-2.4.0.tar.gz";
10
10
-
sha256="1hwpjj4nvy8m7hfmhf52vbhmlh7r3wfjjcc589yj8dnh528iqf24";
8
8
+
hash="1rfjfjgnafjxs1zrd1gy0ga5lw28sf5lrdmgzgh6bcp1hd2w67hf";
9
9
+
url="http://luarocks.org/releases/luarocks-2.4.2.tar.gz";
10
10
+
sha256="1rfjfjgnafjxs1zrd1gy0ga5lw28sf5lrdmgzgh6bcp1hd2w67hf";
11
11
};
12
12
buildInputs = [
13
13
lua curl makeWrapper which unzip