3
0
Fork 0
forked from mirrors/nixpkgs

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
commit 8f46c3faab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;