luarocks: 2.2.2 -> 2.3.0
This commit is contained in:
parent
8431b84d9a
commit
761340140c
1 changed files with 4 additions and 4 deletions
|
@ -3,11 +3,11 @@ let
|
||||||
s = # Generated upstream information
|
s = # Generated upstream information
|
||||||
rec {
|
rec {
|
||||||
baseName="luarocks";
|
baseName="luarocks";
|
||||||
version="2.2.2";
|
version="2.3.0";
|
||||||
name="${baseName}-${version}";
|
name="${baseName}-${version}";
|
||||||
hash="08phl5syc7q6bh0rs9558s74g8xq05hgn7gbia4hvwvkd1q2f12g";
|
hash="15zdchj3wkjdbypj68kwqswxhkhrfnw72nlks6df4lk0nvp8zqv8";
|
||||||
url="http://luarocks.org/releases/luarocks-2.2.2.tar.gz";
|
url="http://luarocks.org/releases/luarocks-2.3.0-rc2.tar.gz";
|
||||||
sha256="08phl5syc7q6bh0rs9558s74g8xq05hgn7gbia4hvwvkd1q2f12g";
|
sha256="15zdchj3wkjdbypj68kwqswxhkhrfnw72nlks6df4lk0nvp8zqv8";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
lua curl makeWrapper which
|
lua curl makeWrapper which
|
||||||
|
|
Loading…
Reference in a new issue