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

Merge pull request #263062 from techknowlogick/scw-2240

scaleway-cli: 2.21.0 -> 2.24.0
parents b3dd2699 3acb6681
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.21.0";
  version = "2.24.0";

  src = fetchFromGitHub {
    owner = "scaleway";
    repo = "scaleway-cli";
    rev = "v${version}";
    sha256 = "sha256-VZ3yCgO110t920T0vWP3IwdphlsZrWbJj5nXX70mtJ4=";
    sha256 = "sha256-Q65X2lsR5jyWXxxmkvUA0yG4miD+KUSBGRFXvH4KBGY=";
  };

  vendorHash = "sha256-MVBxtd+MZ6aS/fJn/+/a2jjh1rKjeT5BiHF2mzg95C8=";
  vendorHash = "sha256-mZ2XFZS5tqtRUhdo6AOCY4xSaYgxUEy1OFbyzsbCEnU=";

  ldflags = [
    "-w"