Unverified Commit 4232a5af authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

exoscale-cli: 1.77.0 -> 1.77.1
parents b16598cd 95afbd32
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.77.0";
  version = "1.77.1";

  src = fetchFromGitHub {
    owner = "exoscale";
    repo = "cli";
    rev = "v${version}";
    sha256 = "sha256-mUigWOFNfo/tI/2Vf3r2FWw+LHQU7vGodnXnJ6bIwAM=";
    sha256 = "sha256-vDlT+gLizFGxKPdKYk2p+0Nk21exI0AEfJ77MNBsBxc=";
  };

  vendorHash = null;