altcoins.bitcoin-unlimited: 1.0.2.0 - > 1.0.3.0 (#36715)

* altcoins.bitcoin-unlimited: 1.0.2.0 - > 1.0.3.0

* Update default.nix
This commit is contained in:
Lassulus 2018-03-13 14:57:58 +01:00 committed by Franz Pletz
parent bfbc4951a6
commit bfc75b5198

View File

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