summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-09-16 03:01:42 -0500
committerGitHub <noreply@github.com>2023-09-16 03:01:42 -0500
commit25343d82ac88ed6ad3475e70e268595478913e39 (patch)
tree4289211a47842fdcb97038800260a0fea10e7c08
parent8d4d4502b3e7f0ec8626d0e6f8adf43352e2a6a1 (diff)
parentd94a29b4aea31accb06e98e8055c17159c9fecdf (diff)
downloadnixpkgs-25343d82ac88ed6ad3475e70e268595478913e39.tar
nixpkgs-25343d82ac88ed6ad3475e70e268595478913e39.tar.gz
nixpkgs-25343d82ac88ed6ad3475e70e268595478913e39.tar.bz2
nixpkgs-25343d82ac88ed6ad3475e70e268595478913e39.tar.lz
nixpkgs-25343d82ac88ed6ad3475e70e268595478913e39.tar.xz
nixpkgs-25343d82ac88ed6ad3475e70e268595478913e39.tar.zst
nixpkgs-25343d82ac88ed6ad3475e70e268595478913e39.zip
Merge pull request #255149 from techknowlogick/scw-2210
scaleway-cli: 2.20.0 -> 2.21.0
-rw-r--r--pkgs/tools/admin/scaleway-cli/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/scaleway-cli/default.nix b/pkgs/tools/admin/scaleway-cli/default.nix
index 1ac149a2c7e..d92e1e79b3d 100644
--- a/pkgs/tools/admin/scaleway-cli/default.nix
+++ b/pkgs/tools/admin/scaleway-cli/default.nix
@@ -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"