exoscale-cli: 1.74.2 -> 1.74.3

This commit is contained in:
R. Ryantm 2023-10-26 22:02:04 +00:00
parent adcaf3962d
commit a0e3610a5f

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;