support Bitcoin Core v30.2
This commit is contained in:
parent
1577bf681c
commit
1aba1d24c7
4 changed files with 5 additions and 5 deletions
|
|
@ -1 +1 @@
|
||||||
December 2025
|
January 2026
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
16.1.dev21
|
16.1.dev22
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ from ...util import list_gen
|
||||||
from ...daemon import CoinDaemon, _nw, _dd
|
from ...daemon import CoinDaemon, _nw, _dd
|
||||||
|
|
||||||
class bitcoin_core_daemon(CoinDaemon):
|
class bitcoin_core_daemon(CoinDaemon):
|
||||||
daemon_data = _dd('Bitcoin Core', 300000, '30.0.0')
|
daemon_data = _dd('Bitcoin Core', 300200, '30.2.0')
|
||||||
exec_fn = 'bitcoind'
|
exec_fn = 'bitcoind'
|
||||||
cli_fn = 'bitcoin-cli'
|
cli_fn = 'bitcoin-cli'
|
||||||
testnet_dir = 'testnet3'
|
testnet_dir = 'testnet3'
|
||||||
|
|
|
||||||
|
|
@ -14,11 +14,11 @@
|
||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "bitcoind";
|
pname = "bitcoind";
|
||||||
version = "30.0";
|
version = "30.2";
|
||||||
|
|
||||||
src = fetchGit {
|
src = fetchGit {
|
||||||
url = "https://github.com/bitcoin/bitcoin.git";
|
url = "https://github.com/bitcoin/bitcoin.git";
|
||||||
# url = /path/to/repo/bitcoin-30.0;
|
# url = /path/to/repo/bitcoin-30.2;
|
||||||
ref = "refs/tags/v${finalAttrs.version}";
|
ref = "refs/tags/v${finalAttrs.version}";
|
||||||
shallow = true;
|
shallow = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue