From e80051467ee725ebe5d7f5b543deecb853b4ddc2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 3 Jul 2025 20:49:29 +0000 Subject: [PATCH] btc-rpc-explorer: 3.4.0 -> 3.5.1 --- pkgs/by-name/bt/btc-rpc-explorer/package.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/pkgs/by-name/bt/btc-rpc-explorer/package.nix b/pkgs/by-name/bt/btc-rpc-explorer/package.nix index 26745f66b7af..b8074f93fbc4 100644 --- a/pkgs/by-name/bt/btc-rpc-explorer/package.nix +++ b/pkgs/by-name/bt/btc-rpc-explorer/package.nix @@ -9,16 +9,16 @@ buildNpmPackage rec { pname = "btc-rpc-explorer"; - version = "3.4.0"; + version = "3.5.1"; src = fetchFromGitHub { owner = "janoside"; repo = "btc-rpc-explorer"; rev = "v${version}"; - hash = "sha256-ZGg3jwSl1XyzS9hMa2YqwExhHSNgrsUmSscZtfF2h54="; + hash = "sha256-L7mW1WIbHga6/UjMx4sP0MUhJIRytUhHVIEWMD2amQo="; }; - npmDepsHash = "sha256-9pVjydGaEaHytZqwXv0/kaJAVqlE7zzuTvubBFTkuBg="; + npmDepsHash = "sha256-eYA2joO4wcV10xJeYLqCbvM2szWlqofmugoHHD9D30U="; postPatch = '' ln -s npm-shrinkwrap.json package-lock.json @@ -43,8 +43,5 @@ buildNpmPackage rec { homepage = "https://github.com/janoside/btc-rpc-explorer"; license = lib.licenses.mit; mainProgram = "btc-rpc-explorer"; - broken = true; - # At 2024-06-29 - # https://hydra.nixos.org/build/264232177/nixlog/1 }; }