luarocks-nix: update that fixes indentation

Finally fixes indentation.
- removed buildType as it was not used
- doesn't crash on missing description anymore
This commit is contained in:
Matthieu Coudron 2019-06-04 18:00:25 +09:00
parent fbc670d729
commit 441ef28ac5

@ -4,7 +4,7 @@ luarocks.overrideAttrs(old: {
src = fetchFromGitHub {
owner = "teto";
repo = "luarocks";
rev = "ca52159dcb544161e5bef1e4e366f3da31fa4555";
sha256 = "13g7vpyirq51qmmnjsqhhiia9wdnq9aw4da0n3r7l1ar95q168sn";
rev = "595456f1246d66e5bdce0de838d0d6188274991c";
sha256 = "14nn0n5a0m516lnbwljy85h7y98zwnfbcyz7hgsm6fn4p8316yz2";
};
})