Unverified Commit cc1eff21 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #223383 from r-ryantm/auto-update/texlab

texlab: 5.4.0 -> 5.4.1
parents 5a14c302 e20cbb49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1593,7 +1593,7 @@ dependencies = [

[[package]]
name = "texlab"
version = "5.4.0"
version = "5.4.1"
dependencies = [
 "anyhow",
 "assert_unordered",
+2 −2
Original line number Diff line number Diff line
@@ -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 = {