mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 08:36:41 +01:00
Update luarocks
This commit is contained in:
parent
d3160f6f44
commit
d1d2a9856c
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.1";
|
version="2.2.2";
|
||||||
name="${baseName}-${version}";
|
name="${baseName}-${version}";
|
||||||
hash="0mbwbx1qsarwab2apq424gw28px9h2d89v1fp9vxrrpi6dz8lgvi";
|
hash="08phl5syc7q6bh0rs9558s74g8xq05hgn7gbia4hvwvkd1q2f12g";
|
||||||
url="http://luarocks.org/releases/luarocks-2.2.1.tar.gz";
|
url="http://luarocks.org/releases/luarocks-2.2.2.tar.gz";
|
||||||
sha256="0mbwbx1qsarwab2apq424gw28px9h2d89v1fp9vxrrpi6dz8lgvi";
|
sha256="08phl5syc7q6bh0rs9558s74g8xq05hgn7gbia4hvwvkd1q2f12g";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
lua curl makeWrapper which
|
lua curl makeWrapper which
|
||||||
|
|
Loading…
Reference in a new issue