about summary refs log tree commit diff
path: root/pkgs/applications/logging
diff options
context:
space:
mode:
authorLuc Perkins <luc@blockfi.com>2020-07-31 23:44:51 -0700
committerGitHub <noreply@github.com>2020-07-31 23:44:51 -0700
commit945a1e96a31c01d8fd1ace9bc49faba0c8538ed1 (patch)
treed8a98b3fa4360e5c22d42600d79ca78dca1994ea /pkgs/applications/logging
parent6c0be8d69080293d92d6cb0d92f7e6c5ac42a7f9 (diff)
humioctl: 0.25.0 -> 0.26.0 (#94411)
Diffstat (limited to 'pkgs/applications/logging')
-rw-r--r--pkgs/applications/logging/humioctl/default.nix7
1 files changed, 3 insertions, 4 deletions
diff --git a/pkgs/applications/logging/humioctl/default.nix b/pkgs/applications/logging/humioctl/default.nix
index 28bda827204f2..5210e10f814b0 100644
--- a/pkgs/applications/logging/humioctl/default.nix
+++ b/pkgs/applications/logging/humioctl/default.nix
@@ -1,9 +1,9 @@
 { buildGoModule, fetchFromGitHub, installShellFiles, stdenv }:
 
 let
-  humioCtlVersion = "0.25.0";
-  sha256 = "1x8354m410nf9g167v0i1c77s5w2by7smdlyjwl89ixgdjw04ay3";
-  vendorSha256 = "14bysjgvahr56hvd8walym11hh721i1q2g503n8m68wdzrrym4qy";
+  humioCtlVersion = "0.26.0";
+  sha256 = "1j33hmvhkb546dbi2qd5hmpcv715yg9rnpxicc1mayr9f1i2aj2i";
+  vendorSha256 = "1l2wa4w43srfrkb4qrgiyzdb6bnaqvp9g3fnrln6bhrcw6jsgj4z";
 in buildGoModule {
     name = "humioctl-${humioCtlVersion}";
     pname = "humioctl";
@@ -23,7 +23,6 @@ in buildGoModule {
     nativeBuildInputs = [ installShellFiles ];
 
     postInstall = ''
-      mv $out/bin/cli $out/bin/humioctl
       $out/bin/humioctl completion bash > humioctl.bash
       $out/bin/humioctl completion zsh > humioctl.zsh
       installShellCompletion humioctl.{bash,zsh}