civo: 1.0.89 -> 1.0.90

This commit is contained in:
R. Ryantm 2024-09-05 12:32:02 +00:00
parent 6c4ea7a3e0
commit 9f4a6a1e9e

View File

@ -7,16 +7,16 @@
buildGoModule rec {
pname = "civo";
version = "1.0.89";
version = "1.0.90";
src = fetchFromGitHub {
owner = "civo";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-hX/tmeQYcTDs3JZSFhvzCrcbqvfa78MXtTo8VcuAqxY=";
sha256 = "sha256-2UWEQZRbtPArYK7Kr0eHtF8+XWXl06v86nAb8nka50g=";
};
vendorHash = "sha256-bwmJnKxdvVskrrTCa0cdpiYeFVZWTYyaFNEbeymT7P0=";
vendorHash = "sha256-ZnomzHbsNKWwAsRjOjESKSdR+KgSiMMlG0xq33qpzX0=";
nativeBuildInputs = [ installShellFiles ];