Updating LuaRocks to 2.1.1

This commit is contained in:
Michael Raskin 2013-11-25 10:49:20 +04:00
parent 435cffee5b
commit 5c90e785b2

View File

@ -3,11 +3,11 @@ let
s = # Generated upstream information s = # Generated upstream information
rec { rec {
baseName="luarocks"; baseName="luarocks";
version="2.1.0"; version="2.1.1";
name="${baseName}-${version}"; name="${baseName}-${version}";
hash="12aqwchzn77yin2ahpxnc3lam5w0xhksrnhf31n3r7cxdsfh446c"; hash="1b0qscmzdn80kxnn31v5q0rpafkwq1fr0766dzyh7dc2r6ws2nwr";
url="http://luarocks.org/releases/luarocks-2.1.0-rc3.tar.gz"; url="http://luarocks.org/releases/luarocks-2.1.1.tar.gz";
sha256="12aqwchzn77yin2ahpxnc3lam5w0xhksrnhf31n3r7cxdsfh446c"; sha256="1b0qscmzdn80kxnn31v5q0rpafkwq1fr0766dzyh7dc2r6ws2nwr";
}; };
buildInputs = [ buildInputs = [
lua curl lua curl