Commit 988431a2 authored by R. RyanTM's avatar R. RyanTM
Browse files

luau-lsp: 1.55.0 -> 1.56.1

parent 7e0287c3
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,13 +9,13 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "luau-lsp";
  version = "1.55.0";
  version = "1.56.1";

  src = fetchFromGitHub {
    owner = "JohnnyMorganz";
    repo = "luau-lsp";
    tag = finalAttrs.version;
    hash = "sha256-ZrvPZi3ss83onsinyAl1AlQmV6jFctW8agYO9ieJtno=";
    hash = "sha256-IRBVLLWycc4zkjR82jAEcTlmDgXSLbaAA7ejSIYm41U=";
    fetchSubmodules = true;
  };