Browse Source

empty hash

pull/2678/head
connoralydon 1 month ago
parent
commit
c1bcb5e0d7
  1. 2
      nix/package.nix

2
nix/package.nix

@ -59,7 +59,7 @@ stdenv.mkDerivation (finalAttrs: {
pnpmDeps = fetchPnpmDeps { pnpmDeps = fetchPnpmDeps {
inherit (finalAttrs) pname version src; inherit (finalAttrs) pname version src;
fetcherVersion = 3; fetcherVersion = 3;
hash = "sha256-PYsGOY9W3ptABfBF2nZRQKjYeOk8b5MA8o4YWWXvHzE="; hash = "";
}; };
buildPhase = '' buildPhase = ''

Loading…
Cancel
Save