mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
elixir-ls: 0.17.1 -> 0.17.2
This commit is contained in:
parent
5655c7f0be
commit
cf5a26fb2a
@ -4,12 +4,12 @@
|
|||||||
|
|
||||||
let
|
let
|
||||||
pname = "elixir-ls";
|
pname = "elixir-ls";
|
||||||
version = "0.17.1";
|
version = "0.17.2";
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "elixir-lsp";
|
owner = "elixir-lsp";
|
||||||
repo = "elixir-ls";
|
repo = "elixir-ls";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-xC6JfhqUNnTqKh1jEm3WshFB69ne97lZGVqlEUbDkk4=";
|
hash = "sha256-uWNBUHdXahOrwCA+lnq6s5rj9wjcNV+AXSk319SuVQs=";
|
||||||
fetchSubmodules = true;
|
fetchSubmodules = true;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user