elk6: 6.2.3 -> 6.2.4

This commit is contained in:
Bas van Dijk
2018-04-18 00:38:48 +02:00
parent 1593ff3f51
commit 9c8fa9729c
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ stdenv.mkDerivation rec {
src = fetchurl {
url = "https://artifacts.elastic.co/downloads/elasticsearch/${name}.tar.gz";
sha256 = "0xnap88wmdfvvjgjm7xfmjipamh79nzh9r11cwrh9kqabzn8vp81";
sha256 = "13hf00khq33yw6zv022vcrsf6vm43isx40x7ww8r1lqx3vmg3rli";
};
patches = [ ./es-home-6.x.patch ];