texlab: 5.4.0 -> 5.4.1

This commit is contained in:
R. Ryantm 2023-03-27 13:20:29 +00:00
parent a1c45f32e6
commit e20cbb498d
2 changed files with 3 additions and 3 deletions

View File

@ -1593,7 +1593,7 @@ dependencies = [
[[package]]
name = "texlab"
version = "5.4.0"
version = "5.4.1"
dependencies = [
"anyhow",
"assert_unordered",

View File

@ -15,13 +15,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "texlab";
version = "5.4.0";
version = "5.4.1";
src = fetchFromGitHub {
owner = "latex-lsp";
repo = "texlab";
rev = "refs/tags/v${version}";
sha256 = "sha256-2P+aidfYkO8l9VjqTstXbksyGTQ3porJhrBYod9oCYQ=";
sha256 = "sha256-rTYcYq8SL404A/ke5Rb9QcCtwHKhs+84TQGNqRn11HM=";
};
cargoLock = {