elasticsearch: update to 1.2.2
This commit is contained in:
parent
bce5f2cf56
commit
3af919fb08
@ -3,11 +3,11 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
name = "elasticsearch-1.2.1";
|
name = "elasticsearch-1.2.2";
|
||||||
|
|
||||||
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 = "11lirxl0hb0xfd57accsgldq1adrlv9pak2520jll2sj5gg71cmj";
|
sha256 = "1vpvxndcq48rcsgw2jnzdh4fwnf141hf5wjxrjs1g7p2qw0d0cy8";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./es-home.patch ];
|
patches = [ ./es-home.patch ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user