Unverified Commit 6f77319c authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

beam26Packages.elixir-ls: 0.27.1 -> 0.27.2 (#394392)

parents 0a5d47a7 22782bd0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {