From f7b1f42e0e8bacf1d9d284494ede248d56c2e6bd Mon Sep 17 00:00:00 2001 From: Sovran Systems <99053422+naturallaw777@users.noreply.github.com> Date: Mon, 10 Aug 2026 17:33:21 -0500 Subject: [PATCH] Update npmDepsHash for backend and frontend packages --- packages/mempool/default.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/packages/mempool/default.nix b/packages/mempool/default.nix index 69e4e29..dc847ff 100644 --- a/packages/mempool/default.nix +++ b/packages/mempool/default.nix @@ -85,14 +85,10 @@ in rec { # in the main build. postPatch = '' cp backend/package-lock.json . - cd backend patch -p1 < ${./0001-allow-disabling-mining-pool-fetching.patch} - cd .. ''; - # Placeholder: build once, then replace with the hash from the - # "hash mismatch" error output. - npmDepsHash = lib.fakeHash; + npmDepsHash = "sha256-PhLLW7IFW3B6QrqvSYIyovgNXXwZiiRwX/4JgN2rDkU="; nativeBuildInputs = [ makeWrapper @@ -154,9 +150,7 @@ in rec { cp frontend/package-lock.json . ''; - # Placeholder: build once, then replace with the hash from the - # "hash mismatch" error output. - npmDepsHash = lib.fakeHash; + npmDepsHash = "sha256-fCI491w1htcYarEDbDff34Ir9pxW6E1lUNSCn3Xd+FE="; nativeBuildInputs = [ makeWrapper