Skip to content

Commit

Permalink
update: fork-observer
Browse files Browse the repository at this point in the history
for compatabillity with Bitcoin Core 28
0xB10C/fork-observer#46
  • Loading branch information
0xB10C committed Sep 26, 2024
1 parent 91e2d8d commit cef4c62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/fork-observer/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@
rustPlatform.buildRustPackage rec {
pname = "fork-observer";
name = "fork-observer";
version = "104f51f918e4c3a0ad2ec1a3dc83856eef386019";
version = "53da2409af4eb1a7717202fbbcb0f768e114c416";

src = pkgs.fetchFromGitHub {
owner = "0xB10C";
repo = "fork-observer";
rev = version;
sha256 = "sha256-0KeiOUVTL8zIYKdW+1yU0fWZfgSBoFh88yYOXz/Y7jE=";
sha256 = "sha256-u5J1Xw+nbsQh17PV4Q/vLAVjODuzs8qaCExZtlAgwVg=";
};

nativeBuildInputs = with pkgs; [ sqlite ];

cargoHash = "sha256-7aM8+8n4u2nFSJrwlYIzgUoy7XFRg//8MazJaSJnoZo=";
cargoHash = "sha256-Zc/thU1KnjMUdAjB11rRbd3EQU13kZ2Ly6BRD6GSDmw=";

postInstall = ''
cp -r www $out/www
Expand Down

0 comments on commit cef4c62

Please sign in to comment.