Unverified Commit 65e9e6ce authored by figsoda's avatar figsoda Committed by GitHub
Browse files

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

exoscale-cli: 1.68.0 -> 1.69.0
parents 63310b9d f3c37c91
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,13 +2,13 @@

buildGoModule rec {
  pname = "exoscale-cli";
  version = "1.68.0";
  version = "1.69.0";

  src = fetchFromGitHub {
    owner = "exoscale";
    repo = "cli";
    rev = "v${version}";
    sha256 = "sha256-GDnHwHKbe+8Qv2zxcKqHQ9s9dS9jvE6qNXe35FeQEKQ=";
    sha256 = "sha256-TPsi03SKlcy6QJ91vtgpDwTD2YMfo2fPgKnbmkZG9NQ=";
  };

  vendorHash = null;