Merge pull request #189463 from r-ryantm/auto-update/exoscale-cli

exoscale-cli: 1.59.0 -> 1.59.1
This commit is contained in:
Mario Rodas
2022-09-03 13:50:21 -05:00
committed by GitHub
+2 -2
View File
@@ -2,13 +2,13 @@
buildGoModule rec {
pname = "exoscale-cli";
version = "1.59.0";
version = "1.59.1";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-QLIxoCV+QL+uXmT0IdeztzefiOpW9xNVf0XuZPVpp/Y=";
sha256 = "sha256-dkiUO68NtWU/GOOuJvihlOfnEjF+5sNSkOAttCrQEHI=";
};
vendorSha256 = null;