Skip to content

Commit 8163c8c

Browse files
committed
nix: fix flux-web build
1 parent 2c16cce commit 8163c8c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

web/default.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ in
6969

7070
pnpmDeps = pnpm.fetchDeps {
7171
inherit (finalAttrs) pname src version;
72-
hash = "sha256-VD4OBgXbYWqVeeu6xsLBNTc+c9xmSYGZ3zN4BIGLKvI=";
72+
hash = "sha256-bjdRJwSDEI2g0pDB/T/J93O9gkF5j/aCMejuxui3M7E=";
73+
fetcherVersion = 2;
7374
};
7475

7576
preConfigure = pkgs.elmPackages.fetchElmDeps {

0 commit comments

Comments
 (0)