From 945a1e96a31c01d8fd1ace9bc49faba0c8538ed1 Mon Sep 17 00:00:00 2001 From: Luc Perkins Date: Fri, 31 Jul 2020 23:44:51 -0700 Subject: [PATCH] humioctl: 0.25.0 -> 0.26.0 (#94411) --- pkgs/applications/logging/humioctl/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pkgs/applications/logging/humioctl/default.nix b/pkgs/applications/logging/humioctl/default.nix index 28bda827204..5210e10f814 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}