about summary refs log tree commit diff
path: root/pkgs/applications/logging
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2021-10-29 23:19:03 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2021-10-29 23:19:03 +0000
commit366e2f91a8e2e724af5f45a28584a6727c8fcfdc (patch)
treee866b54339c2c35315e2c838eedb48b35e9ad8af /pkgs/applications/logging
parent842a0d94cbb0a385854e15d4f6fde57714981abd (diff)
humioctl: 0.28.6 -> 0.28.11
Diffstat (limited to 'pkgs/applications/logging')
-rw-r--r--pkgs/applications/logging/humioctl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/logging/humioctl/default.nix b/pkgs/applications/logging/humioctl/default.nix
index b5d0578b1220c..8f0fe76108737 100644
--- a/pkgs/applications/logging/humioctl/default.nix
+++ b/pkgs/applications/logging/humioctl/default.nix
@@ -1,8 +1,8 @@
 { buildGoModule, fetchFromGitHub, installShellFiles, lib }:
 
 let
-  humioCtlVersion = "0.28.6";
-  sha256 = "sha256-15RRoTr+N+DsILYF1KndAwsW329w+UxHfB1VaWnkEFI=";
+  humioCtlVersion = "0.28.11";
+  sha256 = "sha256-CdGeGpOEWYn7yIWJxWpRrSPHcuult+jtqpjYaSjfBLQ=";
   vendorSha256 = "sha256-fgRQ2n5tzj5s4rT65VIqh61wDwu+x/fWhpaKwyr8XWA=";
 in buildGoModule {
     name = "humioctl-${humioCtlVersion}";