We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c16cce commit 8163c8cCopy full SHA for 8163c8c
web/default.nix
@@ -69,7 +69,8 @@ in
69
70
pnpmDeps = pnpm.fetchDeps {
71
inherit (finalAttrs) pname src version;
72
- hash = "sha256-VD4OBgXbYWqVeeu6xsLBNTc+c9xmSYGZ3zN4BIGLKvI=";
+ hash = "sha256-bjdRJwSDEI2g0pDB/T/J93O9gkF5j/aCMejuxui3M7E=";
73
+ fetcherVersion = 2;
74
};
75
76
preConfigure = pkgs.elmPackages.fetchElmDeps {
0 commit comments