about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authormaxine <35892750+amaxine@users.noreply.github.com>2023-10-09 18:37:47 +0200
committerGitHub <noreply@github.com>2023-10-09 18:37:47 +0200
commit3e8b90ba305319ac3a7b22bff3ce43444f75bba3 (patch)
tree09046da5c2b31b5aca30d8508e2bf2284eece310 /pkgs
parentc4a0205c5502e2fa1e7d50b9b2171daadd1af9f4 (diff)
parentc485c985be0bb12c73cd4005d0af79a03e16442d (diff)
Merge pull request #258917 from r-ryantm/auto-update/humioctl
humioctl: 0.31.1 -> 0.32.3
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/logging/humioctl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/logging/humioctl/default.nix b/pkgs/applications/logging/humioctl/default.nix
index c48631eefe31d..b0744505d09e1 100644
--- a/pkgs/applications/logging/humioctl/default.nix
+++ b/pkgs/applications/logging/humioctl/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "humioctl";
-  version = "0.31.1";
+  version = "0.32.3";
 
   src = fetchFromGitHub {
     owner = "humio";
     repo = "cli";
     rev = "v${version}";
-    hash = "sha256-L5Ttos0TL8m62Y69riwnGmB1cOVF6XIH7jMVU8NuFKI=";
+    hash = "sha256-MaBJL/3TZYmXjwt5/WmBBTXVhlJ6oyCgm+Lb8id6J3c=";
   };
 
-  vendorHash = "sha256-GTPEHw3QsID9K6DcYNZRyDJzTqfDV9lHP2Trvd2aC8Y=";
+  vendorHash = "sha256-FAy0LNmesEDgS3JTz5DPd8vkR5CHHhAbms++N8TQApA=";
 
   ldflags = [ "-s" "-w" "-X main.version=${version}" ];