bitcoinunlimited: 1.7.0.0 -> 1.8.0.0

gstqt5
Jonathan Ringer 2020-07-07 14:20:51 -07:00
parent 1d80180682
commit 6e33fbd358
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
1 changed files with 3 additions and 3 deletions

View File

@ -7,13 +7,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "bitcoin" + (toString (optional (!withGui) "d")) + "-unlimited-" + version;
version = "1.7.0.0";
version = "1.8.0.0";
src = fetchFromGitHub {
owner = "bitcoinunlimited";
repo = "bitcoinunlimited";
rev = "bucash${version}";
sha256 = "0lil6rivrj4cnr8a7n8zn9rp9f4h2nk88jjxc29m6dwqn5gk6f1i";
rev = "BCHunlimited${version}";
sha256 = "01qi15li5x9fvhsmvx7ai5fz6yzqqd3r9yv7081h75jn0nxai49q";
};
nativeBuildInputs = [ pkgconfig autoreconfHook python3 ]