forked from mirrors/nixpkgs
luarocks: fix version to match tarball
This commit is contained in:
parent
36d0df0498
commit
8a2da95255
|
@ -3,7 +3,7 @@ let
|
|||
s = # Generated upstream information
|
||||
rec {
|
||||
baseName="luarocks";
|
||||
version="2.0.13";
|
||||
version="2.0.13-rc1";
|
||||
name="${baseName}-${version}";
|
||||
hash="1cpdi61dwcc2i4bwrn7bb8fibkd1s75jrr0bjcbs8p76rn6hkb2y";
|
||||
url="http://luarocks.org/releases/luarocks-2.0.13-rc1.tar.gz";
|
||||
|
|
Loading…
Reference in a new issue