Merge pull request #25722 from DmitryTsygankov/DmitryTsygankov/bitcoin-unlimited

bitcoin-unlimited: 1.0.1.4 -> 1.0.2.0
This commit is contained in:
Pascal Wittmann 2017-05-12 16:23:38 +02:00 committed by GitHub
commit 7b340e1cf0

View file

@ -7,13 +7,13 @@ with stdenv.lib;
stdenv.mkDerivation rec {
name = "bitcoin" + (toString (optional (!withGui) "d")) + "-unlimited-" + version;
version = "1.0.1.4";
version = "1.0.2.0";
src = fetchFromGitHub {
owner = "bitcoinunlimited";
repo = "bitcoinunlimited";
rev = "v${version}";
sha256 = "1awsgkgqvb57grrsq6k99009rzhpfaplh2lbf5sy36v3bh7p5mw5";
sha256 = "0rhk6xvzvzyfppg0pgq72nqgm2rmkiw0nhg3rwnzcvvj90nrz3da";
};
nativeBuildInputs = [ pkgconfig autoreconfHook ];