Commit dc97e0f1 authored by figsoda's avatar figsoda
Browse files
parent ca3c9ac9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3267,7 +3267,7 @@ dependencies = [

[[package]]
name = "typst-lsp"
version = "0.9.3"
version = "0.9.4"
dependencies = [
 "anyhow",
 "async-compression",
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

rustPlatform.buildRustPackage rec {
  pname = "typst-lsp";
  version = "0.9.3";
  version = "0.9.4";

  src = fetchFromGitHub {
    owner = "nvarner";
    repo = "typst-lsp";
    rev = "v${version}";
    hash = "sha256-maLiwM3ruCAf5qTv5Kky60eCdlpAp6JVKK6/E6vLVEw=";
    hash = "sha256-qbmNZFXg+XaDkHdBA3dU0ICKovEQrl7AAcMkElMLbMA=";
  };

  cargoLock = {