Loading pkgs/development/tools/misc/texlab/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -12,13 +12,14 @@ let isCross = stdenv.hostPlatform != stdenv.buildPlatform; in rustPlatform.buildRustPackage rec { in rustPlatform.buildRustPackage rec { pname = "texlab"; version = "4.3.1"; src = fetchFromGitHub { owner = "latex-lsp"; repo = pname; repo = "texlab"; rev = "refs/tags/v${version}"; sha256 = "sha256-gtPnuKmKfUBZDM6DATJB5NxndOwvG5JpBRO4cEU6lIU="; }; Loading Loading
pkgs/development/tools/misc/texlab/default.nix +4 −3 Original line number Diff line number Diff line Loading @@ -12,13 +12,14 @@ let isCross = stdenv.hostPlatform != stdenv.buildPlatform; in rustPlatform.buildRustPackage rec { in rustPlatform.buildRustPackage rec { pname = "texlab"; version = "4.3.1"; src = fetchFromGitHub { owner = "latex-lsp"; repo = pname; repo = "texlab"; rev = "refs/tags/v${version}"; sha256 = "sha256-gtPnuKmKfUBZDM6DATJB5NxndOwvG5JpBRO4cEU6lIU="; }; Loading