3
0
Fork 0
forked from mirrors/nixpkgs

exoscale-cli: 1.51.2 -> 1.52.0

This commit is contained in:
R. Ryantm 2022-03-18 17:19:03 +00:00
parent 7958394022
commit f83077fd27

View file

@ -2,13 +2,13 @@
buildGoPackage rec {
pname = "exoscale-cli";
version = "1.51.2";
version = "1.52.0";
src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-Nx9lASZOEetkADVEs2JxPRi9SCrb4SLnEpLpzcpp/Is=";
sha256 = "sha256-uaJt1QS4nDVliIFo11OhQYvOxJMeda0QGuaGZCPRoWk=";
};
goPackagePath = "github.com/exoscale/cli";