8 stdenv.mkDerivation rec {
10 version = "unstable-2022-04-03";
12 src = fetchFromGitHub {
13 owner = "bitcoin-core";
15 rev = "3ba1ec7f4d37f7d2ff0544403465004c6e12036e";
16 hash = "sha256-l/PGXXX288mnoSFZ32t2Xd13dC6JCU5wDHoDxb+fcp0=";
19 nativeBuildInputs = [ pkg-config autoreconfHook ];
20 buildInputs = [ openssl ];
23 description = "Bitcoin Script Debugger";
24 homepage = "https://github.com/bitcoin-core/btcdeb";
25 license = licenses.mit;
26 maintainers = with maintainers; [ akru ];
27 platforms = platforms.unix;