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

View File

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