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:
parent
ad1cd54cfe
commit
151d8300bf
1 changed files with 3 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue