Unverified Commit f170ff2b authored by Heitor Augusto's avatar Heitor Augusto Committed by GitHub
Browse files

luau-lsp: 1.58.0 -> 1.59.0 (#475032)

parents 346dd96a b23d236b
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.58.0";
  version = "1.59.0";

  src = fetchFromGitHub {
    owner = "JohnnyMorganz";
    repo = "luau-lsp";
    tag = finalAttrs.version;
    hash = "sha256-6+GVyUSDsv9INoivIsiO+eoBZvueLeDGA/9Lc2l7xRk=";
    hash = "sha256-hd1yQ+VJenmBk2WIjO7tFdoyJ8jIq6248ljz9T6c4Vc=";
    fetchSubmodules = true;
  };