Unverified Commit 98a5ff90 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

renovate: update pnpm.fetchDeps hash (#426407)

renovate: fix vendor hash
parent d02f407d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,8 +40,8 @@ stdenv.mkDerivation (finalAttrs: {

  pnpmDeps = pnpm_10.fetchDeps {
    inherit (finalAttrs) pname version src;
    fetcherVersion = 1;
    hash = "sha256-XOlFJFFyzbx8Bg92HXhVFFCI51j2GUK7+LJKfqVOQyU=";
    fetcherVersion = 2;
    hash = "sha256-8yTtHtQYUyqydLvNJgkOjQTCTtuheb4WX+WZsaMHtrw=";
  };

  env.COREPACK_ENABLE_STRICT = 0;