luarocks-nix: bumped to avoid systematically fetching submodules

This commit is contained in:
Matthieu C. 2024-04-29 12:44:09 +02:00
parent a4d954080f
commit bc4f6fa543

View File

@ -7,13 +7,13 @@
luarocks.overrideAttrs (old: {
pname = "luarocks-nix";
version = "unstable-2023-10-19";
version = "nix_v3.5.0-1-unstable-2024-04-28";
src = fetchFromGitHub {
owner = "nix-community";
repo = "luarocks-nix";
rev = "4240b25b95d7165cde66fc2acaf5a0f9ad40fd0c";
sha256 = "sha256-dqFFYehBgK0RqH0/1GtZXq7XLGCcc3Kfadq8ICYNCWk=";
rev = "a473a8f479711682f5b97a72362736d96efd463b";
sha256 = "sha256-hsjv+jlLsoIDM4gB/0mFeoVu1YZ1I9ELDALLTEnlCF0=";
};
propagatedBuildInputs = old.propagatedBuildInputs ++ [