scaleway-cli: 2.16.0 -> 2.16.1

Diff: https://github.com/scaleway/scaleway-cli/compare/v2.16.0...v2.16.1
This commit is contained in:
Mario Rodas 2023-06-14 01:17:00 +00:00
parent ad1cd54cfe
commit 151d8300bf

View file

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "scaleway-cli";
version = "2.16.0";
version = "2.16.1";
src = fetchFromGitHub {
owner = "scaleway";
repo = "scaleway-cli";
rev = "v${version}";
sha256 = "sha256-QOY+K+LktjFRzMKCPimGXPe3UvgWJxWB8nNb+uf2y3I=";
sha256 = "sha256-bKqlI2t7fBkKxtQPaboDsov206eD9bWpxAugaUFBIRc=";
};
vendorHash = "sha256-Gt+fQfYIPCTxtyA1RUk9uVlvlIM5IIF5URK3C6IFQew=";
vendorHash = "sha256-Y28j4vgGZ23yV2SqIsfhtc/Kj4g+Lgju/t2w+3xarnE=";
ldflags = [
"-w"