Skip to content

Commit

Permalink
Merge pull request #19974 from rasendubi/elasticsearch2-2.4.0-stable
Browse files Browse the repository at this point in the history
elasticsearch2: 2.3.4 -> 2.4.0 (port to stable)
  • Loading branch information
NeQuissimus committed Oct 29, 2016
2 parents faec2c8 + 7063b0f commit 38017e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/servers/search/elasticsearch/2.x.nix
Expand Up @@ -3,12 +3,12 @@
with stdenv.lib;

stdenv.mkDerivation rec {
version = "2.3.4";
version = "2.4.0";
name = "elasticsearch-${version}";

src = fetchurl {
url = "https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/${version}/${name}.tar.gz";
sha256 = "0vphyqhna510y8bcihlmz3awzszgyfpmzrfcy548a2pd9mghq7ip";
sha256 = "1jglmj1dnh1n2niyds6iyrpf6x6ppqgkivzy6qabkjvvmr013q1s";
};

patches = [ ./es-home-2.x.patch ];
Expand Down

0 comments on commit 38017e6

Please sign in to comment.