nixpkgs: rethinkdb 2.0.4 -> 2.1.3
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
0d4a3ce485
commit
bab211893b
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "rethinkdb-${version}";
|
name = "rethinkdb-${version}";
|
||||||
version = "2.0.4";
|
version = "2.1.3";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "http://download.rethinkdb.com/dist/${name}.tgz";
|
url = "http://download.rethinkdb.com/dist/${name}.tgz";
|
||||||
sha256 = "19qhia4lfa8a0rzp2v6lnlxp2lf4z4vqhgfxnicfdnx07q4r847i";
|
sha256 = "03w9fq3wcvwy04b3x6zb3hvwar7b9jfbpq77rmxdlgh5w64vvgwd";
|
||||||
};
|
};
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
@ -30,14 +30,14 @@ stdenv.mkDerivation rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "An open-source distributed database built with love";
|
description = "An open-source distributed database built with love";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
RethinkDB is built to store JSON documents, and scale to multiple machines with very little
|
RethinkDB is built to store JSON documents, and scale to
|
||||||
effort. It has a pleasant query language that supports really useful queries like table joins
|
multiple machines with very little effort. It has a pleasant
|
||||||
and group by, and is easy to setup and learn.
|
query language that supports really useful queries like table
|
||||||
|
joins and group by, and is easy to setup and learn.
|
||||||
'';
|
'';
|
||||||
homepage = http://www.rethinkdb.com;
|
homepage = http://www.rethinkdb.com;
|
||||||
license = stdenv.lib.licenses.agpl3;
|
license = stdenv.lib.licenses.agpl3;
|
||||||
|
platforms = stdenv.lib.platforms.linux;
|
||||||
maintainers = [ stdenv.lib.maintainers.bluescreen303 ];
|
maintainers = with stdenv.lib.maintainers; [ thoughtpolice bluescreen303 ];
|
||||||
platforms = stdenv.lib.platforms.all;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user