update nix build for Bitcoin Cash Node v29.0.0
This commit is contained in:
parent
2d1a626a7d
commit
f8e12ec6c7
2 changed files with 3 additions and 3 deletions
|
|
@ -1 +1 @@
|
|||
16.1.dev39
|
||||
16.1.dev40
|
||||
|
|
|
|||
|
|
@ -2,10 +2,10 @@
|
|||
|
||||
pkgs.stdenv.mkDerivation rec {
|
||||
pname = "bitcoin-cash-node";
|
||||
version = "v28.0.1";
|
||||
version = "v29.0.0";
|
||||
src = fetchGit {
|
||||
url = "https://gitlab.com/bitcoin-cash-node/bitcoin-cash-node";
|
||||
# url = /path/to/repo/bitcoin-cash-node-28.0.1;
|
||||
# url = /path/to/repo/bitcoin-cash-node-29.0.0;
|
||||
ref = "refs/tags/${version}";
|
||||
shallow = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue