We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f82d3e1 commit d4a3f8aCopy full SHA for d4a3f8a
nix/frontend.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation (finalAttrs: {
19
20
pnpmDeps = pnpm.fetchDeps {
21
inherit (finalAttrs) pname version src;
22
- hash = "sha256-Ib3LtASKSLEnaLqa7nPIMX7I/FncL2pb7u7KcxaR4f8=";
+ hash = "sha256-kl+U2TWtqF4qCEp4v5jZprepGMapGSHOdzrrYobH0UQ=";
23
};
24
25
nativeBuildInputs = [ nodejs pnpm.configHook ];
0 commit comments