beam26Packages.elixir-ls: 0.27.1 -> 0.27.2

This commit is contained in:
R. Ryantm
2025-03-29 17:29:17 +00:00
parent 996402fc19
commit 22782bd04b

View File

@@ -11,12 +11,12 @@
let
pname = "elixir-ls";
version = "0.27.1";
version = "0.27.2";
src = fetchFromGitHub {
owner = "elixir-lsp";
repo = "elixir-ls";
rev = "v${version}";
hash = "sha256-YSu9uN0n8x1833iqvskk/47JnoXJ2Y8RCRmA12YYgDc=";
hash = "sha256-y1QT+wRFc+++OVFJwEheqcDIwaKHlyjbhEjhLJ2rYaI=";
};
in
mixRelease {