about summary refs log tree commit diff
path: root/pkgs/misc/logging
diff options
context:
space:
mode:
authorPedroHLC ☭ <root@pedrohlc.com>2022-06-01 19:15:43 -0300
committerYt <raphael@megzari.com>2022-06-03 11:11:06 -0400
commit8b4c4bf34fbefcdd49b13324bac1833832bf635f (patch)
tree626ba07e9b24e573eda0cef3586252993b503af9 /pkgs/misc/logging
parentb83b779afa4ae884217fdf8c119f1e8ff899b9b9 (diff)
elk7: 7.16.1 -> 7.17.4
Diffstat (limited to 'pkgs/misc/logging')
-rw-r--r--pkgs/misc/logging/beats/7.x.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/misc/logging/beats/7.x.nix b/pkgs/misc/logging/beats/7.x.nix
index 2cecc22cf5df0..55fed8fb67413 100644
--- a/pkgs/misc/logging/beats/7.x.nix
+++ b/pkgs/misc/logging/beats/7.x.nix
@@ -8,10 +8,10 @@ let beat = package: extraArgs: buildGoModule (rec {
     owner = "elastic";
     repo = "beats";
     rev = "v${version}";
-    sha256 = "sha256-9Jl5Xo1iKdOY9ZE5JXKSL4ee+NdsN3KCY2dDYuxlzPI=";
+    sha256 = "sha256-DE7XpzVBu9qL7fMXXYRYLdVXrr0WB0IL0KAG0Zc3TVo=";
   };
 
-  vendorSha256 = "sha256-fiqCccS2IAnTzfPfUqY0Wy9uRUuiYNtiVvpAFZJOPVI=";
+  vendorSha256 = "sha256-TQrXUcLv7rFo3PP3bVx0wEC1WbtkJDsCm+/izHAxqBc=";
 
   subPackages = [ package ];