[Backport release-24.11] turbo: 2.2.3 -> 2.3.0 (#356807)

This commit is contained in:
Pol Dellaiera 2024-11-17 22:16:43 +01:00 committed by GitHub
commit fa595ad6fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7604 additions and 3 deletions

7596
pkgs/by-name/tu/turbo-unwrapped/Cargo.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -18,16 +18,21 @@
rustPlatform.buildRustPackage rec {
pname = "turbo-unwrapped";
version = "2.2.3";
version = "2.3.0";
src = fetchFromGitHub {
owner = "vercel";
repo = "turbo";
rev = "refs/tags/v${version}";
hash = "sha256-MDvwitzZVPVjdIVEAV1aKMAVeLSTMM2owH5RSfVg+rU=";
hash = "sha256-R3fr52v5DAfl+Isk2AspDabQIx00IoIoFKbkTSSgvXA=";
};
cargoHash = "sha256-XBI/eiOyKk80ZDFLD2HCTFYRWvC7qtzQY/zFCmKdKSM=";
cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"update-informer-1.1.0" = "sha256-pvt4f7tfefWin+DMql/zarN/q9gijpERF7l0CxcvX2s=";
};
};
nativeBuildInputs =
[