luarocks-nix: bumped luarocks-nix

this new version removes support of src.rock but now supports rockspecs embedded in a repo. The goal is to be able to support neovim plugins that provide a rockspec, even when they are not registered on luarocks.
This commit is contained in:
Matthieu Coudron 2021-08-31 00:17:26 +02:00
parent 6312bac408
commit 1d22aed041

View File

@ -2,18 +2,17 @@
luarocks.overrideAttrs(old: {
pname = "luarocks-nix";
version = "2021-01-22";
src = /home/teto/luarocks;
# src = fetchFromGitHub {
# owner = "nix-community";
# repo = "luarocks-nix";
# rev = "test-speedup";
# sha256 = "sha256-AN4D69IUfCnIWmM7CXWmXeNcTgRCIOamfjYEL4ti9CQ=";
# };
src = fetchFromGitHub {
owner = "nix-community";
repo = "luarocks-nix";
rev = "test-speedup";
sha256 = "sha256-WfzLSpIp0V7Ib4sjYvoJHF+/vHaieccvfVAr5W47QsQ=";
};
patches = [];
# src = builtins.fetchGit {
# url = "https://github.com/nix-community/luarocks-nix.git";
# ref = "test-speedup";
# rev = "f9cb2285fda1d73bfa8ae33b6102b286dbe1f098";
# rev = "68ebd5356206a625021b9add4ec2f916692a55eb";
# };
meta.mainProgram = "luarocks";