mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-03 03:50:58 +00:00
ci: fix HWI test bitcoind sources
This commit is contained in:
parent
3d505874aa
commit
5632567c06
@ -48,8 +48,8 @@ let
|
|||||||
src = nixpkgs.fetchFromGitHub {
|
src = nixpkgs.fetchFromGitHub {
|
||||||
owner = "achow101";
|
owner = "achow101";
|
||||||
repo = "bitcoin";
|
repo = "bitcoin";
|
||||||
rev = "taproot-psbt";
|
rev = "b704884935766748cf533577c1babacfb6d4b5a5"; # taproot-psbt
|
||||||
sha256 = "sha256-Am7SVxOTlTUjESk8O7kziwyV2GaBX6pGB1oksYPc1EE=";
|
sha256 = "sha256-gz/knimKY1pkpsp1YmYHPMCbeiSxKGSOGJOSEgFbptE=";
|
||||||
};
|
};
|
||||||
}));
|
}));
|
||||||
in
|
in
|
||||||
|
Loading…
Reference in New Issue
Block a user