summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/logging/humioctl
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-10-11 20:27:08 +0000
committerBobby Rong <rjl931189261@126.com>2022-10-12 08:55:47 +0800
commit7b4547322679f9e70f43d122a427b033d9b7d7df (patch)
tree5f28883aa68099522182104cdaeaffe1c73aebf3 /pkgs/applications/logging/humioctl
parentcbb1dc26dd659dc42522c2a598e7905b2f096211 (diff)
humioctl: 0.30.1 -> 0.30.2
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 2003eb5264e2..a1959b473dd0 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.30.1";
- sha256 = "sha256-w+mZi3KdBnBRII/Mi+1SN/u4dhz2vfqn3nzU6AKk4yM=";
+ humioCtlVersion = "0.30.2";
+ sha256 = "sha256-FqBS6PoEKMqK590f58re4ycYmrJScyij74Ngj+PLzLs=";
vendorSha256 = "sha256-70QxW2nn6PS6HZWllmQ8O39fbUcbe4c/nKAygLnD4n0=";
in buildGoModule {
name = "humioctl-${humioCtlVersion}";