btc-rpc-explorer: 3.4.0 -> 3.5.1

authored by R. Ryantm and committed by Weijia Wang e8005146 36e79295

+3 -6
+3 -6
pkgs/by-name/bt/btc-rpc-explorer/package.nix
··· 9 9 10 10 buildNpmPackage rec { 11 11 pname = "btc-rpc-explorer"; 12 - version = "3.4.0"; 12 + version = "3.5.1"; 13 13 14 14 src = fetchFromGitHub { 15 15 owner = "janoside"; 16 16 repo = "btc-rpc-explorer"; 17 17 rev = "v${version}"; 18 - hash = "sha256-ZGg3jwSl1XyzS9hMa2YqwExhHSNgrsUmSscZtfF2h54="; 18 + hash = "sha256-L7mW1WIbHga6/UjMx4sP0MUhJIRytUhHVIEWMD2amQo="; 19 19 }; 20 20 21 - npmDepsHash = "sha256-9pVjydGaEaHytZqwXv0/kaJAVqlE7zzuTvubBFTkuBg="; 21 + npmDepsHash = "sha256-eYA2joO4wcV10xJeYLqCbvM2szWlqofmugoHHD9D30U="; 22 22 23 23 postPatch = '' 24 24 ln -s npm-shrinkwrap.json package-lock.json ··· 43 43 homepage = "https://github.com/janoside/btc-rpc-explorer"; 44 44 license = lib.licenses.mit; 45 45 mainProgram = "btc-rpc-explorer"; 46 - broken = true; 47 - # At 2024-06-29 48 - # https://hydra.nixos.org/build/264232177/nixlog/1 49 46 }; 50 47 }