Merge pull request #326198 from kira-bruneau/texlab

texlab: 5.18.0 -> 5.19.0

authored by Doron Behar and committed by GitHub f9179551 f756d2a8

+3 -3
+3 -3
pkgs/development/tools/misc/texlab/default.nix
··· 15 in 16 rustPlatform.buildRustPackage rec { 17 pname = "texlab"; 18 - version = "5.18.0"; 19 20 src = fetchFromGitHub { 21 owner = "latex-lsp"; 22 repo = "texlab"; 23 rev = "refs/tags/v${version}"; 24 - hash = "sha256-qE845LurpjJbprPPAA6aVxSDiaBbjeT3Ousx/5f8bMU="; 25 }; 26 27 - cargoHash = "sha256-E8GvkdNQhWsLkWHveWT0c21AdBK6YWg/6VtINxDcjqQ="; 28 29 outputs = [ "out" ] ++ lib.optional (!isCross) "man"; 30
··· 15 in 16 rustPlatform.buildRustPackage rec { 17 pname = "texlab"; 18 + version = "5.19.0"; 19 20 src = fetchFromGitHub { 21 owner = "latex-lsp"; 22 repo = "texlab"; 23 rev = "refs/tags/v${version}"; 24 + hash = "sha256-iH7KqZddP4uKwTBxLLMURUtWBsuEtLHGQppVgGFaWZQ="; 25 }; 26 27 + cargoHash = "sha256-QW+q869bVAMYv4SCj/2eKrADoDonrvQuaHuanZHIjMo="; 28 29 outputs = [ "out" ] ++ lib.optional (!isCross) "man"; 30