Merge pull request #42288 from r-ryantm/auto-update/bitcoin

altcoins.bitcoin: 0.16.0 -> 0.16.1
This commit is contained in:
Jörg Thalheim
2018-06-20 10:37:18 +01:00
committed by GitHub

View File

@@ -5,13 +5,13 @@
with stdenv.lib;
stdenv.mkDerivation rec{
name = "bitcoin" + (toString (optional (!withGui) "d")) + "-" + version;
version = "0.16.0";
version = "0.16.1";
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 = "0h7flgsfjzbqajwv8ih686yyxxljhf8krhm8jxranb4kglww1glc";
sha256 = "1zkqp93yircd3pbxczxfnibkpq0sgcv5r7wg6d196b9pwgr9zd39";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];