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

This commit is contained in:
Aleksana
2026-01-02 09:26:23 +00:00
committed by GitHub
+2 -12
View File
@@ -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";