texlab: 5.21.0 -> 5.22.0

This commit is contained in:
Kira Bruneau
2025-01-26 14:36:29 -05:00
parent 5d3221fd57
commit a8e2671675
@@ -16,16 +16,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "texlab";
version = "5.21.0";
version = "5.22.0";
src = fetchFromGitHub {
owner = "latex-lsp";
repo = "texlab";
tag = "v${version}";
hash = "sha256-Lx7vENYuBXaMvGDOZxAPqivGZVaCXYrihaTnBn9eTm4=";
hash = "sha256-3yMfacncGTqm07OmbNdj2gmkHnagN3urQFb7lCSxegg=";
};
cargoHash = "sha256-6JDG9Ac43AW6HV2baZH08uxdb84hjrGXgdzZiFr2Ybk=";
cargoHash = "sha256-LLRZ0UdExttpOMFwiTQ7IHrpmXYE2mvXvE0LfQ8/4KA=";
outputs = [ "out" ] ++ lib.optional (!isCross) "man";