Unverified Commit 0c1ea290 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

turbo: 2.2.3 -> 2.3.0 (#356333)

parents a0a7e223 e51dc413
Loading
Loading
Loading
Loading
+7596 −0

File added.

Preview size limit exceeded, changes collapsed.

+8 −3
Original line number Diff line number Diff line
@@ -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 =
    [