about summary refs log tree commit diff
path: root/pkgs/applications/logging/humioctl
diff options
context:
space:
mode:
authorR. RyanTM <ryantm-bot@ryantm.com>2021-07-04 06:41:26 +0000
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-07-07 10:11:03 -0700
commit8211a76d5b01b375c7382ac883f9796774480d03 (patch)
tree696de9a1a8ef0c211e265d50f280e791d4a8f5e1 /pkgs/applications/logging/humioctl
parent8d113676ca61528b4defde7bacc303c5e3ef7f73 (diff)
humioctl: 0.28.4 -> 0.28.5
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 591d1569bdd6e..f73c38591f955 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.4";
-  sha256 = "sha256-X2pc15InfCzVbZ2fmBdr+GKgOySIruA1yD61HcLO164=";
+  humioCtlVersion = "0.28.5";
+  sha256 = "sha256-h6zQG9jjHpAxaJUaFoVmRyR1A/bk57CKBIkOGPcdJP0=";
   vendorSha256 = "sha256-867x33Aq27D2m14NqqsdByC39pjjyJZbfX3jmwVU2yo=";
 in buildGoModule {
     name = "humioctl-${humioCtlVersion}";