about summary refs log tree commit diff
path: root/pkgs/applications/logging
diff options
context:
space:
mode:
authorDaniƫl de Kok <me@danieldk.eu>2020-08-11 17:26:24 +0200
committerGitHub <noreply@github.com>2020-08-11 17:26:24 +0200
commit8e030e2caf36a78e1598b5ebc903ebe5185fe133 (patch)
tree5bc51fabe08dca893784f8d11631cc7bb363228b /pkgs/applications/logging
parentf956bde431a2d58dc8054a0a0b99146e3c650039 (diff)
parentf91f307a3342ef65c4b4cbadc3690b1fff34c374 (diff)
Merge pull request #95079 from r-ryantm/auto-update/humioctl
humioctl: 0.26.0 -> 0.26.1
Diffstat (limited to 'pkgs/applications/logging')
-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 5a960101a3339..715af073d8b5f 100644
--- a/pkgs/applications/logging/humioctl/default.nix
+++ b/pkgs/applications/logging/humioctl/default.nix
@@ -1,8 +1,8 @@
 { buildGoModule, fetchFromGitHub, installShellFiles, stdenv }:
 
 let
-  humioCtlVersion = "0.26.0";
-  sha256 = "1j33hmvhkb546dbi2qd5hmpcv715yg9rnpxicc1mayr9f1i2aj2i";
+  humioCtlVersion = "0.26.1";
+  sha256 = "1zpcbfv7zlym0jfyz78piggm8zhqlzbwpwq0dn255d0zc48zp773";
   vendorSha256 = "1l2wa4w43srfrkb4qrgiyzdb6bnaqvp9g3fnrln6bhrcw6jsgj4z";
 in buildGoModule {
     name = "humioctl-${humioCtlVersion}";