Skip to content

Commit a5de0e3

Browse files
authored
elixir-ls: 0.23.0 -> 0.24.0 (#347498)
2 parents a6d0b0b + 8f50ca4 commit a5de0e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/beam-modules/elixir-ls/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
let
66
pname = "elixir-ls";
7-
version = "0.23.0";
7+
version = "0.24.0";
88
src = fetchFromGitHub {
99
owner = "elixir-lsp";
1010
repo = "elixir-ls";
1111
rev = "v${version}";
12-
hash = "sha256-X5BJuqr3TVwpv731ym+Ac3+goA0LH9f3H5wWFwQsAB8=";
12+
hash = "sha256-GYDaHcdCiU0qh8OJSwll6RLvcakM/amlK3BfTi/kZwM=";
1313
};
1414
in
1515
mixRelease {
@@ -20,7 +20,7 @@ mixRelease {
2020
mixFodDeps = fetchMixDeps {
2121
pname = "mix-deps-${pname}";
2222
inherit src version elixir;
23-
hash = "sha256-2b5XJnS4ipSjppUniXr1ep8Ymv3yd6COYM/W1QNM/zc=";
23+
hash = "sha256-ZmzGsf06DIZMqQBz7FZo0CtZ9TZzk7jxMRAWFHA5fOA=";
2424
};
2525

2626
# elixir-ls is an umbrella app

0 commit comments

Comments
 (0)