Revert "Revert "elasticsearch: update from 1.0.1 to 1.2.1, potentially fixes CVE-2013-5307""
This reverts commit 61384f5627060fca90805a07af24467e5aeca5b4.
This commit is contained in:
parent
61384f5627
commit
2c918c6545
@ -1,10 +1,10 @@
|
|||||||
{ stdenv, fetchurl, makeWrapper, jre, utillinux }:
|
{ stdenv, fetchurl, makeWrapper, jre, utillinux }:
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "elasticsearch-1.0.1";
|
name = "elasticsearch-1.2.1";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://download.elasticsearch.org/elasticsearch/elasticsearch/${name}.tar.gz";
|
url = "https://download.elasticsearch.org/elasticsearch/elasticsearch/${name}.tar.gz";
|
||||||
sha256 = "0nwv7llw7gk94alfcpxxy0lybhnw7fggv30v7ylsxn20id9g7kba";
|
sha256 = "11lirxl0hb0xfd57accsgldq1adrlv9pak2520jll2sj5gg71cmj";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./es-home.patch ];
|
patches = [ ./es-home.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user