Merge pull request #263656 from r-ryantm/auto-update/exoscale-cli

exoscale-cli: 1.74.2 -> 1.74.3
This commit is contained in:
Nick Cao 2023-10-27 12:53:18 -04:00 committed by GitHub
commit 6c4264b789
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,13 +2,13 @@
buildGoModule rec {
pname = "exoscale-cli";
version = "1.74.2";
version = "1.74.3";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-Xssc8T4y8ZaFqOukAJkrKPSUBM0uTlGkI3M92XNLalk=";
sha256 = "sha256-upnwaY++tUg4LcuD/BMSvvM2bo/95OP+SUK/aOiq1Oo=";
};
vendorHash = null;