exoscale-cli: 1.85.4 -> 1.86.0

This commit is contained in:
R. Ryantm
2025-10-20 20:30:42 +00:00
parent 5cae23ce83
commit ab764de8e9
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "exoscale-cli";
version = "1.85.4";
version = "1.86.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-rulleAbiwnUABnHLpfHFjGXK3/DxFJLmse3NIClSpMQ=";
sha256 = "sha256-AlpCTeopNfaN4IeumaEFTZNrBfIJH2RbfVoZaFRCy2Y=";
};
vendorHash = null;