Skip to content

Commit

Permalink
exoscale-cli: 1.19.0 -> 1.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Nov 11, 2020
1 parent 379aaa1 commit 17c9e6f
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.19.0";
version = "1.20.2";

src = fetchFromGitHub {
owner = "exoscale";
repo = "cli";
rev = "v${version}";
sha256 = "05j9bwg8ph3xysd3rvykfznzs476w6wi6hj4mfg7jzw5r23ddc7k";
sha256 = "1vawc3ba7p35gil57wz9s1mlp1x99imvwcxfzlkfhgizfa56vfrx";
};

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

0 comments on commit 17c9e6f

Please sign in to comment.