We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6d0b0b + 8f50ca4 commit a5de0e3Copy full SHA for a5de0e3
pkgs/development/beam-modules/elixir-ls/default.nix
@@ -4,12 +4,12 @@
4
5
let
6
pname = "elixir-ls";
7
- version = "0.23.0";
+ version = "0.24.0";
8
src = fetchFromGitHub {
9
owner = "elixir-lsp";
10
repo = "elixir-ls";
11
rev = "v${version}";
12
- hash = "sha256-X5BJuqr3TVwpv731ym+Ac3+goA0LH9f3H5wWFwQsAB8=";
+ hash = "sha256-GYDaHcdCiU0qh8OJSwll6RLvcakM/amlK3BfTi/kZwM=";
13
};
14
in
15
mixRelease {
@@ -20,7 +20,7 @@ mixRelease {
20
mixFodDeps = fetchMixDeps {
21
pname = "mix-deps-${pname}";
22
inherit src version elixir;
23
- hash = "sha256-2b5XJnS4ipSjppUniXr1ep8Ymv3yd6COYM/W1QNM/zc=";
+ hash = "sha256-ZmzGsf06DIZMqQBz7FZo0CtZ9TZzk7jxMRAWFHA5fOA=";
24
25
26
# elixir-ls is an umbrella app
0 commit comments