mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
[Backport release-24.11] turbo: 2.2.3 -> 2.3.0 (#356807)
This commit is contained in:
commit
fa595ad6fe
7596
pkgs/by-name/tu/turbo-unwrapped/Cargo.lock
generated
Normal file
7596
pkgs/by-name/tu/turbo-unwrapped/Cargo.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
@ -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 =
|
||||
[
|
||||
|
Loading…
Reference in New Issue
Block a user