Unverified Commit 01ad3aa0 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

umami: update fetchPnpmDeps.fetcherVersion to 3 (#476005)

parents 0b9ba739 270d1432
Loading
Loading
Loading
Loading
+2 −12
Original line number Diff line number Diff line
@@ -95,18 +95,8 @@ stdenvNoCC.mkDerivation (finalAttrs: {
      version
      src
      ;
    # prevent downloading dependencies for windows
    # which bloat derivation size and fail to build on hydra
    # https://github.com/NixOS/nixpkgs/pull/467820#issuecomment-3624054271
    pnpmInstallFlags = [
      "--force=false"
      "--os=linux"
      "--os=darwin"
      "--cpu=x64"
      "--cpu=arm64"
    ];
    fetcherVersion = 2;
    hash = "sha256-bqeJ0wzCtnuR6V67Qe1N9UcaHPLziuBhsn7eN8JVJbQ=";
    fetcherVersion = 3;
    hash = "sha256-GFN94oySPCZA5K13XR8f/tByuHS571ohlYTFqaVw/Ns=";
  };

  env.CYPRESS_INSTALL_BINARY = "0";