Unverified Commit 5cc377e3 authored by Kira Bruneau's avatar Kira Bruneau Committed by GitHub
Browse files

texlab: 5.25.0 -> 5.25.1 (#475307)

parents 6d6a82e3 aed0b292
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -14,16 +14,16 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
  pname = "texlab";
  version = "5.25.0";
  version = "5.25.1";

  src = fetchFromGitHub {
    owner = "latex-lsp";
    repo = "texlab";
    tag = "v${finalAttrs.version}";
    hash = "sha256-UI88DQjLRJRPgKX3A+PoLNzgm/9uJeNERTrzh5mnAEk=";
    hash = "sha256-hd7fDnZqNEz4Ayop3uPqL4IU6xgGsTjMhGvgF+Trgcw=";
  };

  cargoHash = "sha256-xDLKuAfLyo3V++OKb+anw9oHxehwUxqfnDCuT2GSDWw=";
  cargoHash = "sha256-4HFl6bPCHSUhHD5QB8sOK6irUaCAioZgKBm67REEYR8=";

  outputs = [ "out" ] ++ lib.optional (!isCross) "man";