exoscale-cli: 1.90.0 -> 1.90.1

This commit is contained in:
R. Ryantm
2026-01-21 18:53:07 +00:00
parent 5d361f1d1d
commit 56378cf1aa
+2 -2
View File
@@ -7,13 +7,13 @@
buildGoModule rec {
pname = "exoscale-cli";
version = "1.90.0";
version = "1.90.1";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-dDs0pwOxdwXqYm8al1TUXoZVaBL4vE/PwCcQFhSUarE=";
sha256 = "sha256-mRHENBxxumb0eO74N0f04GItlI0jcsKnug45uLxuMdI=";
};
vendorHash = null;