We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aa0be8f + 42419fa commit 00c6a2fCopy full SHA for 00c6a2f
pkgs/by-name/sc/scaleway-cli/package.nix
@@ -6,16 +6,16 @@
6
7
buildGoModule rec {
8
pname = "scaleway-cli";
9
- version = "2.36.0";
+ version = "2.37.0";
10
11
src = fetchFromGitHub {
12
owner = "scaleway";
13
repo = "scaleway-cli";
14
rev = "v${version}";
15
- sha256 = "sha256-xHHLOYdJ32Uo2TXdKPtYrbsx8kqGY5oF5zXGdsFTkd4=";
+ sha256 = "sha256-lxeFocCoTJIpJb5su8dvJy5LOlAQaqtxbtAy0pCQCUk=";
16
};
17
18
- vendorHash = "sha256-QPRUba3JUUp0wtylL21+FCTWf/BWStbOcmPwoSOeRF8=";
+ vendorHash = "sha256-X8Lfvaz6S378IbyhEpC6m5eoIlxYkIynd62wD0Uk1WY=";
19
20
ldflags = [
21
"-w"
0 commit comments