texlab: 5.25.0 -> 5.25.1 (#475307)

This commit is contained in:
Kira Bruneau
2025-12-30 15:46:34 +00:00
committed by GitHub
+3 -3
View File
@@ -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";