umami: update fetchPnpmDeps.fetcherVersion to 3 (#476005)
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user