Unverified Commit 9e502cb9 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #217550 from techknowlogick/scw-2110

scaleway-cli: 2.10.0 -> 2.11.1
parents a0e46ff7 c4c0670a
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.10.0";
  version = "2.11.1";

  src = fetchFromGitHub {
    owner = "scaleway";
    repo = "scaleway-cli";
    rev = "v${version}";
    sha256 = "sha256-Xy4arniOrCln58swFExd0ZoU6wymKYFinReMs7YudeY=";
    sha256 = "sha256-tE2r2d3dagMvfPq/2G61KMPZyz6YQG3jAD+MjQ3uYbg=";
  };

  vendorHash = "sha256-BNiF90jovSyCcRGfv6Kya4fLpqV2VF2Qa3QqdyQio5c=";
  vendorHash = "sha256-eqVAX6l7wsHqFjzwLiTSwryLHxl0aJqQOmjyGeM+1co=";

  ldflags = [
    "-w"