exoscale-cli: 1.85.3 -> 1.85.4 (#427943)

This commit is contained in:
Weijia Wang
2025-08-03 18:08:14 -06:00
committed by GitHub
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "exoscale-cli";
version = "1.85.3";
version = "1.85.4";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-NAAKm6uaeg3GwbjXn82rENO8Rh6HR7Vu8cm3Yf1X8X4=";
sha256 = "sha256-rulleAbiwnUABnHLpfHFjGXK3/DxFJLmse3NIClSpMQ=";
};
vendorHash = null;