luarocks: 2.3.0 -> 2.4.0
This commit is contained in:
parent
424f86e8e2
commit
f5375a5a9d
|
@ -1,16 +1,16 @@
|
||||||
{stdenv, fetchurl, lua, curl, makeWrapper, which}:
|
{stdenv, fetchurl, lua, curl, makeWrapper, which, unzip}:
|
||||||
let
|
let
|
||||||
s = # Generated upstream information
|
s = # Generated upstream information
|
||||||
rec {
|
rec {
|
||||||
baseName="luarocks";
|
baseName="luarocks";
|
||||||
version="2.3.0";
|
version="2.4.0";
|
||||||
name="${baseName}-${version}";
|
name="${baseName}-${version}";
|
||||||
hash="15zdchj3wkjdbypj68kwqswxhkhrfnw72nlks6df4lk0nvp8zqv8";
|
hash="1hwpjj4nvy8m7hfmhf52vbhmlh7r3wfjjcc589yj8dnh528iqf24";
|
||||||
url="http://luarocks.org/releases/luarocks-2.3.0-rc2.tar.gz";
|
url="http://luarocks.org/releases/luarocks-2.4.0.tar.gz";
|
||||||
sha256="15zdchj3wkjdbypj68kwqswxhkhrfnw72nlks6df4lk0nvp8zqv8";
|
sha256="1hwpjj4nvy8m7hfmhf52vbhmlh7r3wfjjcc589yj8dnh528iqf24";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
lua curl makeWrapper which
|
lua curl makeWrapper which unzip
|
||||||
];
|
];
|
||||||
in
|
in
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
|
|
Loading…
Reference in New Issue