Loading pkgs/development/tools/misc/texlab/Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -1593,7 +1593,7 @@ dependencies = [ [[package]] name = "texlab" version = "5.4.0" version = "5.4.1" dependencies = [ "anyhow", "assert_unordered", Loading pkgs/development/tools/misc/texlab/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = { Loading Loading
pkgs/development/tools/misc/texlab/Cargo.lock +1 −1 Original line number Diff line number Diff line Loading @@ -1593,7 +1593,7 @@ dependencies = [ [[package]] name = "texlab" version = "5.4.0" version = "5.4.1" dependencies = [ "anyhow", "assert_unordered", Loading
pkgs/development/tools/misc/texlab/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -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 = { Loading