Unverified Commit 3f95a17d authored by Ryan Mulligan's avatar Ryan Mulligan Committed by GitHub
Browse files

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

exoscale-cli: 1.27.2 -> 1.28.0
parents 794ff8cf dcbd1aa1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoPackage rec {
  pname = "exoscale-cli";
  version = "1.27.2";
  version = "1.28.0";

  src = fetchFromGitHub {
    owner  = "exoscale";
    repo   = "cli";
    rev    = "v${version}";
    sha256 = "sha256-Wq3CWKYuF4AaOVpe0sGn9BzLx/6rSPFN6rFc2jUUVEA=";
    sha256 = "sha256-YbWh4ZIlcxAD/8F/fsYIWjv5hKaHNNi+sNrD7Ax/xDw=";
  };

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