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 {
inherit (finalAttrs) pname version src;
fetcherVersion = 3;
hash = "sha256-PYsGOY9W3ptABfBF2nZRQKjYeOk8b5MA8o4YWWXvHzE=";
hash = "";
};
buildPhase = ''

Loading…
Cancel
Save