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

civo: 1.0.41 -> 1.0.45
This commit is contained in:
Weijia Wang 2023-01-23 06:28:07 +01:00 committed by GitHub
commit 7b17da1c69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "civo";
version = "1.0.41";
version = "1.0.45";
src = fetchFromGitHub {
owner = "civo";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-dvbxxW+UyTA+EzBV6g9JRao8D6ZE5hhXLX4q/mmPIQg=";
sha256 = "sha256-wYZC4eEvxvHgtb0l+kpP2msQgt8InJu59lgS5cwGxRI=";
};
vendorSha256 = "sha256-gBVSpjoAfbxlJnlrFrsBupJgVQ59sh1ipOry0Mgppig=";
vendorHash = "sha256-42ZTPl4kI+dgr78s9WvLFchQU9uvkMkkio53REjvpbw=";
nativeBuildInputs = [ installShellFiles ];