exoscale-cli: 1.85.3 -> 1.85.4

This commit is contained in:
R. Ryantm
2025-07-24 02:04:35 +00:00
parent 2e19e30b26
commit a27e9b49da
+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;