rethinkdb: 2.3.0 -> 2.3.4

This commit is contained in:
rushmorem 2016-06-11 21:31:42 +02:00
parent 22ae90ae90
commit 2b520ff4f6

View file

@ -4,11 +4,11 @@
stdenv.mkDerivation rec {
name = "rethinkdb-${version}";
version = "2.3.0";
version = "2.3.4";
src = fetchurl {
url = "http://download.rethinkdb.com/dist/${name}.tgz";
sha256 = "0b787ibnrmziypiw86yx4gpmlj4ima6j6g9hzshbpilxy7lrq1cb";
url = "https://download.rethinkdb.com/dist/${name}.tgz";
sha256 = "19z1m4r1mqnbia207q0nvs39rn7jk8zsr2rvps2d11fp3ryr59wk";
};
postPatch = stdenv.lib.optionalString stdenv.isDarwin ''