Skip to content

Commit 00c6a2f

Browse files
scaleway-cli: 2.36.0 -> 2.37.0 (#385156)
Co-authored-by: techknowlogick <[email protected]>
2 parents aa0be8f + 42419fa commit 00c6a2f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/sc/scaleway-cli/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66

77
buildGoModule rec {
88
pname = "scaleway-cli";
9-
version = "2.36.0";
9+
version = "2.37.0";
1010

1111
src = fetchFromGitHub {
1212
owner = "scaleway";
1313
repo = "scaleway-cli";
1414
rev = "v${version}";
15-
sha256 = "sha256-xHHLOYdJ32Uo2TXdKPtYrbsx8kqGY5oF5zXGdsFTkd4=";
15+
sha256 = "sha256-lxeFocCoTJIpJb5su8dvJy5LOlAQaqtxbtAy0pCQCUk=";
1616
};
1717

18-
vendorHash = "sha256-QPRUba3JUUp0wtylL21+FCTWf/BWStbOcmPwoSOeRF8=";
18+
vendorHash = "sha256-X8Lfvaz6S378IbyhEpC6m5eoIlxYkIynd62wD0Uk1WY=";
1919

2020
ldflags = [
2121
"-w"

0 commit comments

Comments
 (0)