elasticsearch: update from 1.0.1 to 1.2.1, potentially fixes CVE-2013-5307

This commit is contained in:
Rob Vermaas 2014-06-13 13:27:53 +02:00
parent 566ef0e31a
commit 1ecb9b8de8

View File

@ -1,10 +1,10 @@
{ stdenv, fetchurl, makeWrapper, jre, utillinux }:
stdenv.mkDerivation rec {
name = "elasticsearch-1.0.1";
name = "elasticsearch-1.2.1";
src = fetchurl {
url = "https://download.elasticsearch.org/elasticsearch/elasticsearch/${name}.tar.gz";
sha256 = "0nwv7llw7gk94alfcpxxy0lybhnw7fggv30v7ylsxn20id9g7kba";
sha256 = "11lirxl0hb0xfd57accsgldq1adrlv9pak2520jll2sj5gg71cmj";
};
patches = [ ./es-home.patch ];