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

humioctl: 0.35.0 -> 0.35.1
This commit is contained in:
Nick Cao 2024-07-12 16:14:14 -04:00 committed by GitHub
commit a41fcef516
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,13 +2,13 @@
buildGoModule rec { buildGoModule rec {
pname = "humioctl"; pname = "humioctl";
version = "0.35.0"; version = "0.35.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "humio"; owner = "humio";
repo = "cli"; repo = "cli";
rev = "v${version}"; rev = "v${version}";
hash = "sha256-9VnF5R2O0OJ2nu+K+utHPxCTFEpjpd49RiXVh3H2PqA="; hash = "sha256-naN/731Byn0E1h+Yk/8fAyeJpSHTn99jEcRC3rSh2c8=";
}; };
vendorHash = "sha256-vGX77+I/zdTBhVSywd7msjrJ0KtcdZRgvWZWQC9M9og="; vendorHash = "sha256-vGX77+I/zdTBhVSywd7msjrJ0KtcdZRgvWZWQC9M9og=";