Skip to content

Commit 9bbb380

Browse files
authored
beam26Packages.elixir-ls: 0.26.2 -> 0.26.4 (#380022)
2 parents 48a8386 + 5f14a64 commit 9bbb380

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
@@ -11,12 +11,12 @@
1111

1212
let
1313
pname = "elixir-ls";
14-
version = "0.26.2";
14+
version = "0.26.4";
1515
src = fetchFromGitHub {
1616
owner = "elixir-lsp";
1717
repo = "elixir-ls";
1818
rev = "v${version}";
19-
hash = "sha256-ELjZFGzUQ14iUj2/WD55a6Yf8EMOEjb7MnCx0Nyg/vQ=";
19+
hash = "sha256-wS1pquRe+VyCSbsnKjjdvm/59TCrbQjBJJrlHUd+xiE=";
2020
};
2121
in
2222
mixRelease {
@@ -32,7 +32,7 @@ mixRelease {
3232
mixFodDeps = fetchMixDeps {
3333
pname = "mix-deps-${pname}";
3434
inherit src version elixir;
35-
hash = "sha256-I0u3eovTYNm0ncBCTEztg5fhLiLk+WNqcKfj3Za12zc=";
35+
hash = "sha256-2P4CDy8W0Rbfm2/PpoZIaOe6eEZG7XKyCeybbX+dVZ4=";
3636
};
3737

3838
# elixir-ls is an umbrella app

0 commit comments

Comments
 (0)