Commit 4fb7a8db authored by R. RyanTM's avatar R. RyanTM
Browse files

luau-lsp: 1.56.1 -> 1.56.2

parent 78e952e4
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.56.1";
  version = "1.56.2";

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