Skip to content

Commit

Permalink
Merge pull request #38743 from r-ryantm/auto-update/bitcoin-abc
Browse files Browse the repository at this point in the history
altcoins.bitcoin-abc: 0.16.2 -> 0.17.0
  • Loading branch information
matthewbauer committed Apr 19, 2018
2 parents e421164 + ad0045d commit d54078f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/altcoins/bitcoin-abc.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {

name = "bitcoin" + (toString (optional (!withGui) "d")) + "-abc-" + version;
version = "0.16.2";
version = "0.17.0";

src = fetchFromGitHub {
owner = "bitcoin-ABC";
repo = "bitcoin-abc";
rev = "v${version}";
sha256 = "0d5npn4p321jqsbqjxkbv0ncvs2hp9vdp30np6n8n53f896cxl92";
sha256 = "1s2y29h2q4fnbrfg2ig1cd3h7g3kdcdyrfq7znq1ndnh8xj1j489";
};

patches = [ ./fix-bitcoin-qt-build.patch ];
Expand Down

0 comments on commit d54078f

Please sign in to comment.