Merge pull request #258917 from r-ryantm/auto-update/humioctl

humioctl: 0.31.1 -> 0.32.3
This commit is contained in:
maxine 2023-10-09 18:37:47 +02:00 committed by GitHub
commit 3e8b90ba30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}" ];