summary refs log tree commit diff
path: root/pkgs/misc/logging
diff options
context:
space:
mode:
authorBas van Dijk <v.dijk.bas@gmail.com>2017-09-19 10:52:08 +0200
committerBas van Dijk <v.dijk.bas@gmail.com>2017-09-19 10:52:08 +0200
commitea8e7ed1e32b40fc90173e35d5b8afe747d84e38 (patch)
tree29ec4e8d3bc5c3db81281e00dc103f65d166f2a8 /pkgs/misc/logging
parentadd7faf539a4bff2e8071000831b02bbb8742c11 (diff)
downloadnixpkgs-ea8e7ed1e32b40fc90173e35d5b8afe747d84e38.tar
nixpkgs-ea8e7ed1e32b40fc90173e35d5b8afe747d84e38.tar.gz
nixpkgs-ea8e7ed1e32b40fc90173e35d5b8afe747d84e38.tar.bz2
nixpkgs-ea8e7ed1e32b40fc90173e35d5b8afe747d84e38.tar.lz
nixpkgs-ea8e7ed1e32b40fc90173e35d5b8afe747d84e38.tar.xz
nixpkgs-ea8e7ed1e32b40fc90173e35d5b8afe747d84e38.tar.zst
nixpkgs-ea8e7ed1e32b40fc90173e35d5b8afe747d84e38.zip
elk: 5.5.2 -> 5.6.1
Release notes:

* https://www.elastic.co/guide/en/elasticsearch/reference/5.6/release-notes-5.6.1.html
* https://www.elastic.co/guide/en/logstash/5.6/logstash-5-6-1.html
* https://www.elastic.co/guide/en/kibana/current/release-notes-5.6.1.html
Diffstat (limited to 'pkgs/misc/logging')
-rw-r--r--pkgs/misc/logging/beats/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/misc/logging/beats/default.nix b/pkgs/misc/logging/beats/default.nix
index 2b555978edc..e3333fa5caa 100644
--- a/pkgs/misc/logging/beats/default.nix
+++ b/pkgs/misc/logging/beats/default.nix
@@ -8,7 +8,7 @@ let beat = package : extraArgs : buildGoPackage (rec {
         owner = "elastic";
         repo = "beats";
         rev = "v${version}";
-        sha256 = "0vzjlgc0sym3kh6nflf2iyy2k3gxd7zwq8ma0cd7kpf42vxwhvqy";
+        sha256 = "1lbdi4c0y4bfkmim9q98ravknv4yw0dl3z57c3w5aqhi2sx0w23h";
       };
 
       goPackagePath = "github.com/elastic/beats";