elixir_ls: fix_build (#120296)

This commit is contained in:
Raphael Megzari 2021-04-23 12:59:55 +09:00 committed by GitHub
parent b118066acc
commit afb7177eca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ mixRelease rec {
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "elixir-lsp"; owner = "elixir-lsp";
repo = "elixir-ls"; repo = "elixir-ls";
rev = "v{version}"; rev = "v${version}";
sha256 = "0d0hqc35hfjkpm88vz21mnm2a9rxiqfrdi83whhhh6d2ba216b7s"; sha256 = "0d0hqc35hfjkpm88vz21mnm2a9rxiqfrdi83whhhh6d2ba216b7s";
fetchSubmodules = true; fetchSubmodules = true;
}; };