summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthieu Coudron <mattator@gmail.com>2019-06-04 18:00:25 +0900
committerMatthieu Coudron <mattator@gmail.com>2019-06-04 18:57:36 +0900
commit441ef28ac5a3d15e6914e2e9ba0b9ed3a7677de3 (patch)
tree0e171224a1664446686d32c00878d42ca8dc442e
parentfbc670d729eae74699c6382949285a000bc35f58 (diff)
luarocks-nix: update that fixes indentation
Finally fixes indentation. - removed buildType as it was not used - doesn't crash on missing description anymore
-rw-r--r--pkgs/development/tools/misc/luarocks/luarocks-nix.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/tools/misc/luarocks/luarocks-nix.nix b/pkgs/development/tools/misc/luarocks/luarocks-nix.nix
index 198da09e1d06..d9f481425b62 100644
--- a/pkgs/development/tools/misc/luarocks/luarocks-nix.nix
+++ b/pkgs/development/tools/misc/luarocks/luarocks-nix.nix
@@ -4,7 +4,7 @@ luarocks.overrideAttrs(old: {
src = fetchFromGitHub {
owner = "teto";
repo = "luarocks";
- rev = "ca52159dcb544161e5bef1e4e366f3da31fa4555";
- sha256 = "13g7vpyirq51qmmnjsqhhiia9wdnq9aw4da0n3r7l1ar95q168sn";
+ rev = "595456f1246d66e5bdce0de838d0d6188274991c";
+ sha256 = "14nn0n5a0m516lnbwljy85h7y98zwnfbcyz7hgsm6fn4p8316yz2";
};
})