rethinkdb: upgrade to 1.15.2

This commit is contained in:
Mathijs Kwik 2014-11-26 14:26:47 +01:00
parent 26bbbecae3
commit a5dafe7746

View file

@ -1,11 +1,11 @@
{ stdenv, fetchurl, which, protobuf, gperftools, boost, zlib, curl, python, m4 }:
stdenv.mkDerivation rec {
name = "rethinkdb-1.14.1";
name = "rethinkdb-1.15.2";
src = fetchurl {
url = "http://download.rethinkdb.com/dist/${name}.tgz";
sha256 = "0brsbb289hcsmipma4rsgrkqpqagwff2y6w46dvb25n95id65hx8";
sha256 = "1fpx9apqm62i332q2isanpdql8gwwab4qxwzrspqwgcka9zd6gy3";
};
preConfigure = ''