Skip to content

Commit

Permalink
bitcoin-unlimited: 1.6.0.1 -> 1.7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and Lassulus committed Dec 8, 2019
1 parent d3248c9 commit 939d1c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/blockchains/bitcoin-unlimited.nix
Expand Up @@ -7,13 +7,13 @@ with stdenv.lib;

stdenv.mkDerivation rec {
name = "bitcoin" + (toString (optional (!withGui) "d")) + "-unlimited-" + version;
version = "1.6.0.1";
version = "1.7.0.0";

src = fetchFromGitHub {
owner = "bitcoinunlimited";
repo = "bitcoinunlimited";
rev = "bucash${version}";
sha256 = "0f0mnal4jf8xdj7w5m4rdlcqkrkbpxi88c006m5k45lmjmj141zr";
sha256 = "0lil6rivrj4cnr8a7n8zn9rp9f4h2nk88jjxc29m6dwqn5gk6f1i";
};

nativeBuildInputs = [ pkgconfig autoreconfHook python3 ]
Expand Down

0 comments on commit 939d1c3

Please sign in to comment.