rippled: 0.28.1 -> 0.30.0-rc1

This commit is contained in:
Jaka Hudoklin 2015-09-10 12:33:14 +02:00
parent e916273209
commit a6c4c9df1f
2 changed files with 4 additions and 4 deletions

View file

@ -2,13 +2,13 @@
stdenv.mkDerivation rec {
name = "rippled-${version}";
version = "0.28.1";
version = "0.30.0-rc1";
src = fetchFromGitHub {
owner = "ripple";
repo = "rippled";
rev = version;
sha256 = "0wh8dwdg0gp7smcx40cpqanl2m2hihmx3irqh692svakbl3df3vz";
sha256 = "0l1dg29mg6wsdkh0lwi2znpl2wcm6bs6d3lswk5g1m1nk2mk7lr7";
};
postPatch = ''
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Ripple P2P payment network reference server";
homepage = https://ripple.com;
maintainers = [ maintainers.emery maintainers.offline ];
maintainers = with maintainers; [ emery offline ];
license = licenses.isc;
platforms = [ "x86_64-linux" ];
};

View file

@ -9224,7 +9224,7 @@ let
rethinkdb = callPackage ../servers/nosql/rethinkdb { };
rippled = callPackage ../servers/rippled {
boost = boost155;
boost = boost159;
};
ripple-rest = callPackage ../servers/rippled/ripple-rest.nix { };