Skip to content

Commit

Permalink
scaleway-cli: 2.5.1 -> 2.5.6 (#183830)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Aug 24, 2022
1 parent 9906af2 commit 9418abf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/tools/admin/scaleway-cli/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildGoModule rec {
pname = "scaleway-cli";
version = "2.5.1";
version = "2.5.6";

src = fetchFromGitHub {
owner = "scaleway";
repo = "scaleway-cli";
rev = "v${version}";
sha256 = "sha256-a8imZN3APQEb9ntQOzOKGBEiPKmb5ZYC9ZKnOuLiElc=";
sha256 = "sha256-C7hCTDs6XLLQPUojqCJEkdSeANrW3XwfFJscSefe0OQ=";
};

vendorSha256 = "sha256-aaYS0WqNa8997kdV38blUsYovtUHHtEUXCTG9vwv2ko=";
vendorSha256 = "sha256-NUifjoMP3AmT7RjhkilGmQTMtl5wcuPJL5I32/M27a8=";

ldflags = [
"-w"
Expand Down

0 comments on commit 9418abf

Please sign in to comment.