mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 03:30:45 +00:00
luarocks-nix: bumped to avoid systematically fetching submodules
This commit is contained in:
parent
a4d954080f
commit
bc4f6fa543
|
@ -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 ++ [
|
||||
|
|
Loading…
Reference in a new issue