exoscale-cli: 1.91.0 -> 1.92.0

This commit is contained in:
R. Ryantm
2026-02-06 11:47:07 +00:00
parent f28d65f4be
commit 60a1856424
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "exoscale-cli";
version = "1.91.0";
version = "1.92.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-I8MzW81ai6qKN0Xk+/jHK7TcicUJdPwNE09McuxHwy4=";
sha256 = "sha256-EJtJOEAKlyUkLZqmmRDuZE9Sg2ANKH1NmikT9v6L+hY=";
};
vendorHash = null;