Unverified Commit 00b4a425 authored by Kenichi Kamiya's avatar Kenichi Kamiya
Browse files

typespec: update fetcherVersion in pnpm.fetchDeps

The hash appears flaky when building on GitHub-hosted Linux runners.
As far as I see, applying the new fetcher introduced in 0eec779f
makes the result stable.
parent bc0aecba
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,8 +38,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
      pnpmWorkspaces
      postPatch
      ;
    fetcherVersion = 1;
    hash = "sha256-/Y7KhdNeyUV2CQQWjhYBDDT24oE6UdBO6HTweUUaNqc=";
    fetcherVersion = 2;
    hash = "sha256-ztig1B10cQQy+4XKZjwwlCxGenwcU+C28TfTWHqZ59Y=";
  };

  postPatch = ''