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
s = # Generated upstream information
4
rec {
5
baseName="luarocks";
6
-
version="2.4.0";
7
name="${baseName}-${version}";
8
-
hash="1hwpjj4nvy8m7hfmhf52vbhmlh7r3wfjjcc589yj8dnh528iqf24";
9
-
url="http://luarocks.org/releases/luarocks-2.4.0.tar.gz";
10
-
sha256="1hwpjj4nvy8m7hfmhf52vbhmlh7r3wfjjcc589yj8dnh528iqf24";
11
};
12
buildInputs = [
13
lua curl makeWrapper which unzip
···
3
s = # Generated upstream information
4
rec {
5
baseName="luarocks";
6
+
version="2.4.2";
7
name="${baseName}-${version}";
8
+
hash="1rfjfjgnafjxs1zrd1gy0ga5lw28sf5lrdmgzgh6bcp1hd2w67hf";
9
+
url="http://luarocks.org/releases/luarocks-2.4.2.tar.gz";
10
+
sha256="1rfjfjgnafjxs1zrd1gy0ga5lw28sf5lrdmgzgh6bcp1hd2w67hf";
11
};
12
buildInputs = [
13
lua curl makeWrapper which unzip