Skip to content

Commit

Permalink
bitcoin: 0.16.1 -> 0.16.2
Browse files Browse the repository at this point in the history
  • Loading branch information
roconnor committed Jul 30, 2018
1 parent ae669ad commit 75d567e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/altcoins/bitcoin.nix
Expand Up @@ -5,13 +5,13 @@
with stdenv.lib;
stdenv.mkDerivation rec{
name = "bitcoin" + (toString (optional (!withGui) "d")) + "-" + version;
version = "0.16.1";
version = "0.16.2";

src = fetchurl {
urls = [ "https://bitcoincore.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
"https://bitcoin.org/bin/bitcoin-core-${version}/bitcoin-${version}.tar.gz"
];
sha256 = "1zkqp93yircd3pbxczxfnibkpq0sgcv5r7wg6d196b9pwgr9zd39";
sha256 = "1n07qykx5hc0ph8fwn7hfrbsrjv19fdzvs5h0nysq4wfgn5wa40r";
};

nativeBuildInputs = [ pkgconfig autoreconfHook ];
Expand Down

0 comments on commit 75d567e

Please sign in to comment.