Skip to content

Commit

Permalink
exoscale-cli: 1.51.1 -> 1.51.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Mar 12, 2022
1 parent 12769bc commit d4694d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/admin/exoscale-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

buildGoPackage rec {
pname = "exoscale-cli";
version = "1.51.1";
version = "1.51.2";

src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "sha256-NU4xJTW0KCi8PZAY4cRJijGHCZEn5Z41xNF7+iH01oo=";
sha256 = "sha256-Nx9lASZOEetkADVEs2JxPRi9SCrb4SLnEpLpzcpp/Is=";
};

goPackagePath = "github.com/exoscale/cli";
Expand Down

0 comments on commit d4694d1

Please sign in to comment.