about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/luarocks
diff options
context:
space:
mode:
authorMichael Raskin <7c6f434c@mail.ru>2013-11-25 10:49:20 +0400
committerMichael Raskin <7c6f434c@mail.ru>2013-11-25 10:59:38 +0400
commit5c90e785b2fb3e015e014306b295c45f309854c6 (patch)
tree9f3cf464ff9255a89a6f63f25c3b43e672b8275e /pkgs/development/tools/misc/luarocks
parent435cffee5bbd4643d6b9c875da3852949f7d260c (diff)
downloadnixlib-5c90e785b2fb3e015e014306b295c45f309854c6.tar
nixlib-5c90e785b2fb3e015e014306b295c45f309854c6.tar.gz
nixlib-5c90e785b2fb3e015e014306b295c45f309854c6.tar.bz2
nixlib-5c90e785b2fb3e015e014306b295c45f309854c6.tar.lz
nixlib-5c90e785b2fb3e015e014306b295c45f309854c6.tar.xz
nixlib-5c90e785b2fb3e015e014306b295c45f309854c6.tar.zst
nixlib-5c90e785b2fb3e015e014306b295c45f309854c6.zip
Updating LuaRocks to 2.1.1
Diffstat (limited to 'pkgs/development/tools/misc/luarocks')
-rw-r--r--pkgs/development/tools/misc/luarocks/default.nix8
1 files changed, 4 insertions, 4 deletions
diff --git a/pkgs/development/tools/misc/luarocks/default.nix b/pkgs/development/tools/misc/luarocks/default.nix
index d905d078d40b..356b004aa4e5 100644
--- a/pkgs/development/tools/misc/luarocks/default.nix
+++ b/pkgs/development/tools/misc/luarocks/default.nix
@@ -3,11 +3,11 @@ let
   s = # Generated upstream information
   rec {
     baseName="luarocks";
-    version="2.1.0";
+    version="2.1.1";
     name="${baseName}-${version}";
-    hash="12aqwchzn77yin2ahpxnc3lam5w0xhksrnhf31n3r7cxdsfh446c";
-    url="http://luarocks.org/releases/luarocks-2.1.0-rc3.tar.gz";
-    sha256="12aqwchzn77yin2ahpxnc3lam5w0xhksrnhf31n3r7cxdsfh446c";
+    hash="1b0qscmzdn80kxnn31v5q0rpafkwq1fr0766dzyh7dc2r6ws2nwr";
+    url="http://luarocks.org/releases/luarocks-2.1.1.tar.gz";
+    sha256="1b0qscmzdn80kxnn31v5q0rpafkwq1fr0766dzyh7dc2r6ws2nwr";
   };
   buildInputs = [
     lua curl