support Bitcoin Core v30.2
This commit is contained in:
parent
1577bf681c
commit
1aba1d24c7
4 changed files with 5 additions and 5 deletions
|
|
@ -14,11 +14,11 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "bitcoind";
|
||||
version = "30.0";
|
||||
version = "30.2";
|
||||
|
||||
src = fetchGit {
|
||||
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}";
|
||||
shallow = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue