about summary refs log tree commit diff
path: root/pkgs/applications/logging/humioctl
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-08-28 17:51:42 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-08-28 17:51:42 +0000
commit670aec28b0e7a82ffbe8a872b393f182c2434886 (patch)
tree375286c87b8203feb131bf8009d50c5a1e64da23 /pkgs/applications/logging/humioctl
parentcef50cde2bd337c795159e8b26c7c246206b6740 (diff)
humioctl: 0.29.2 -> 0.30.0
Diffstat (limited to 'pkgs/applications/logging/humioctl')
-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 e77acfb68e4d7..38247e28a1bf6 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.29.2";
-  sha256 = "sha256-Ba3xy2hbU6Gq/TeLnNxSkJga8CqHNyqSgx2ZrFhThL4=";
+  humioCtlVersion = "0.30.0";
+  sha256 = "sha256-BwpnqaUZvttGRtsZT2xcyXfMJZ7EIsKenTPF669ktQM=";
   vendorSha256 = "sha256-70QxW2nn6PS6HZWllmQ8O39fbUcbe4c/nKAygLnD4n0=";
 in buildGoModule {
     name = "humioctl-${humioCtlVersion}";