scaleway-cli: 2.20.0 -> 2.21.0

Diff: https://github.com/scaleway/scaleway-cli/compare/v2.20.0...v2.21.0
This commit is contained in:
techknowlogick 2023-09-14 13:15:50 -04:00
parent ec72e4f98a
commit d94a29b4ae

View File

@ -2,16 +2,16 @@
buildGoModule rec {
pname = "scaleway-cli";
version = "2.20.0";
version = "2.21.0";
src = fetchFromGitHub {
owner = "scaleway";
repo = "scaleway-cli";
rev = "v${version}";
sha256 = "sha256-zKqYbvSawu+xtDCxe31ERrjCMo4WLimbwAQX9mWvI7k=";
sha256 = "sha256-VZ3yCgO110t920T0vWP3IwdphlsZrWbJj5nXX70mtJ4=";
};
vendorHash = "sha256-UR7ZohQeLWux9AAvOUgtPA4F/qZXlx1vNjYrwal+Sac=";
vendorHash = "sha256-MVBxtd+MZ6aS/fJn/+/a2jjh1rKjeT5BiHF2mzg95C8=";
ldflags = [
"-w"