scaleway-cli: 2.9.0 -> 2.10.0 (#212458)

Diff: https://github.com/scaleway/scaleway-cli/compare/v2.9.0...v2.10.0
This commit is contained in:
techknowlogick 2023-01-24 17:36:34 -05:00 committed by GitHub
parent 0327a40ccb
commit f7ccfb9191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "scaleway-cli";
version = "2.9.0";
version = "2.10.0";
src = fetchFromGitHub {
owner = "scaleway";
repo = "scaleway-cli";
rev = "v${version}";
sha256 = "sha256-Sh7K0PgjX2/vio2E8/qdiP+WC2SoGpS9oU4UizV+sOs=";
sha256 = "sha256-Xy4arniOrCln58swFExd0ZoU6wymKYFinReMs7YudeY=";
};
vendorHash = "sha256-sYvq502huyCxI4zpPLfPVyyKqTclrfxL9idCGW4Xops=";
vendorHash = "sha256-BNiF90jovSyCcRGfv6Kya4fLpqV2VF2Qa3QqdyQio5c=";
ldflags = [
"-w"