mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
elixir_ls: fix_build (#120296)
This commit is contained in:
parent
b118066acc
commit
afb7177eca
|
@ -9,7 +9,7 @@ mixRelease rec {
|
|||
src = fetchFromGitHub {
|
||||
owner = "elixir-lsp";
|
||||
repo = "elixir-ls";
|
||||
rev = "v{version}";
|
||||
rev = "v${version}";
|
||||
sha256 = "0d0hqc35hfjkpm88vz21mnm2a9rxiqfrdi83whhhh6d2ba216b7s";
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue