Unverified Commit 8334f500 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #237661 from r-ryantm/auto-update/scaleway-cli

scaleway-cli: 2.15.0 -> 2.16.0
parents e4437ec4 151d8300
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -2,16 +2,16 @@

buildGoModule rec {
  pname = "scaleway-cli";
  version = "2.15.0";
  version = "2.16.1";

  src = fetchFromGitHub {
    owner = "scaleway";
    repo = "scaleway-cli";
    rev = "v${version}";
    sha256 = "sha256-iKyUtUm+vDwHZmjoeNTEE3rabw0krSganaHiEIN9BWE=";
    sha256 = "sha256-bKqlI2t7fBkKxtQPaboDsov206eD9bWpxAugaUFBIRc=";
  };

  vendorHash = "sha256-m03VMzLCBASn0O66Zh/E7UlC6GmgghgY0rdcKadL3mk=";
  vendorHash = "sha256-Y28j4vgGZ23yV2SqIsfhtc/Kj4g+Lgju/t2w+3xarnE=";

  ldflags = [
    "-w"