mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
turbo-unwrapped: 2.9.14 -> 2.9.16
(cherry picked from commit 163954eae7)
This commit is contained in:
parent
afe1de612c
commit
0bfa9a8993
1 changed files with 3 additions and 3 deletions
|
|
@ -17,16 +17,16 @@
|
|||
|
||||
rustPlatform.buildRustPackage (finalAttrs: {
|
||||
pname = "turbo-unwrapped";
|
||||
version = "2.9.14";
|
||||
version = "2.9.16";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "vercel";
|
||||
repo = "turborepo";
|
||||
tag = "v${finalAttrs.version}";
|
||||
hash = "sha256-4854TMHj6mqzWnCcSwRcbkBQQlLaevwP63gk9IXBUhA=";
|
||||
hash = "sha256-FIKwipmuCGdonnfEvmcPnXlsD7k70qrVRP5xAWbPP7U=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-3iFUpt33oyMnY/NomIz0mvYqRPK1ltyr8wSd9DMfB/Q=";
|
||||
cargoHash = "sha256-GXOIeQI7BWLgxpOMaNR1FH0Hhf9iFcdLfdCxAOZPZKQ=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
capnproto
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue