Merge pull request #334380 from r-ryantm/auto-update/civo

civo: 1.0.88 -> 1.0.89
This commit is contained in:
Nick Cao 2024-08-20 22:11:03 -04:00 committed by GitHub
commit 54e4c5bf9d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "civo";
version = "1.0.88";
version = "1.0.89";
src = fetchFromGitHub {
owner = "civo";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-fPCafa0V5lbzXocUa1gabLxAcPbg8rqOExMT0QnGUk8=";
sha256 = "sha256-hX/tmeQYcTDs3JZSFhvzCrcbqvfa78MXtTo8VcuAqxY=";
};
vendorHash = "sha256-bEyknQc7TCxbWj7VsjJ2WGz65BG8HaP8ldL2kb+bbtc=";
vendorHash = "sha256-bwmJnKxdvVskrrTCa0cdpiYeFVZWTYyaFNEbeymT7P0=";
nativeBuildInputs = [ installShellFiles ];