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-06-28 23:22:02 +0000
committerR. RyanTM <ryantm-bot@ryantm.com>2021-06-28 23:22:02 +0000
commit518fcad2c4b957edf097377e1bf61f5212edb922 (patch)
tree3051dbfe4f7ca6e8c699135bb7b7e154c94ab3f7 /pkgs/applications/logging/humioctl
parent498f4ee2436d5c4c2127864ecfcf2c5702211adc (diff)
downloadnixlib-518fcad2c4b957edf097377e1bf61f5212edb922.tar
nixlib-518fcad2c4b957edf097377e1bf61f5212edb922.tar.gz
nixlib-518fcad2c4b957edf097377e1bf61f5212edb922.tar.bz2
nixlib-518fcad2c4b957edf097377e1bf61f5212edb922.tar.lz
nixlib-518fcad2c4b957edf097377e1bf61f5212edb922.tar.xz
nixlib-518fcad2c4b957edf097377e1bf61f5212edb922.tar.zst
nixlib-518fcad2c4b957edf097377e1bf61f5212edb922.zip
humioctl: 0.28.3 -> 0.28.4
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 c1aae04b2e58..591d1569bdd6 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.3";
-  sha256 = "sha256-GUn5hg4gPGjQ6U2dboGE22u8XuZ578+EnkmHLASXd3Q=";
+  humioCtlVersion = "0.28.4";
+  sha256 = "sha256-X2pc15InfCzVbZ2fmBdr+GKgOySIruA1yD61HcLO164=";
   vendorSha256 = "sha256-867x33Aq27D2m14NqqsdByC39pjjyJZbfX3jmwVU2yo=";
 in buildGoModule {
     name = "humioctl-${humioCtlVersion}";