Skip to content

Commit

Permalink
Merge pull request NixOS#326198 from kira-bruneau/texlab
Browse files Browse the repository at this point in the history
texlab: 5.18.0 -> 5.19.0
  • Loading branch information
doronbehar committed Jul 11, 2024
2 parents f756d2a + f7ed2f9 commit f917955
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/misc/texlab/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "texlab";
version = "5.18.0";
version = "5.19.0";

src = fetchFromGitHub {
owner = "latex-lsp";
repo = "texlab";
rev = "refs/tags/v${version}";
hash = "sha256-qE845LurpjJbprPPAA6aVxSDiaBbjeT3Ousx/5f8bMU=";
hash = "sha256-iH7KqZddP4uKwTBxLLMURUtWBsuEtLHGQppVgGFaWZQ=";
};

cargoHash = "sha256-E8GvkdNQhWsLkWHveWT0c21AdBK6YWg/6VtINxDcjqQ=";
cargoHash = "sha256-QW+q869bVAMYv4SCj/2eKrADoDonrvQuaHuanZHIjMo=";

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

Expand Down

0 comments on commit f917955

Please sign in to comment.