turbo: 1.11.3 -> 1.13.2

Its Cargo definition now includes a Git dependency,
hence the change to cargoLock.
This commit is contained in:
Sam A. Horvath-Hunt 2024-04-05 10:23:51 +01:00
parent 3ca2825e42
commit 53248e5576
No known key found for this signature in database
GPG Key ID: 4667250BD56735A8
2 changed files with 13644 additions and 3 deletions

13638
pkgs/tools/misc/turbo/Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -18,12 +18,12 @@
}:
rustPlatform.buildRustPackage rec{
pname = "turbo";
version = "1.11.3";
version = "1.13.2";
src = fetchFromGitHub {
owner = "vercel";
repo = "turbo";
rev = "v${version}";
hash = "sha256-hjJXbGct9ZmriKdVjB7gwfmFsV1Tv57V7DfUMFZ8Xv0=";
hash = "sha256-q1BxBAjfHyGDaH/IywPw9qnZJjzeU4tu2CyUWbnd6y8=";
};
cargoBuildFlags = [
"--package"
@ -31,7 +31,10 @@ rustPlatform.buildRustPackage rec{
];
RELEASE_TURBO_CLI = "true";
cargoHash = "sha256-bAXO4Lqv4ibo+fz3679MjNgP2MMY8TbxhG0+DRy0xcA=";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes."tui-term-0.1.8" = "sha256-MNeVnF141uNWbjqXEbHwXnMTkCnvIteb5v40HpEK6D4=";
};
RUSTC_BOOTSTRAP = 1;
nativeBuildInputs = [