Skip to content

Commit

Permalink
elasticsearch2: 2.3.4 -> 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rickynils authored and rasendubi committed Oct 29, 2016
1 parent faec2c8 commit 7063b0f
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 7063b0f

Please sign in to comment.