summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2023-04-29 11:20:44 -0500
committerGitHub <noreply@github.com>2023-04-29 11:20:44 -0500
commit9c06c0de962d4fc131096d7b57fcf57ac4edf263 (patch)
tree9944e3102582c17ed9a3f8d7f214896a83956ead /pkgs/tools
parent418f71e9e222788b4d0e1fd0a3415796b7c65155 (diff)
parent7d2d1a28950035aa571141c4e005aed86c1aacc8 (diff)
downloadnixpkgs-9c06c0de962d4fc131096d7b57fcf57ac4edf263.tar
nixpkgs-9c06c0de962d4fc131096d7b57fcf57ac4edf263.tar.gz
nixpkgs-9c06c0de962d4fc131096d7b57fcf57ac4edf263.tar.bz2
nixpkgs-9c06c0de962d4fc131096d7b57fcf57ac4edf263.tar.lz
nixpkgs-9c06c0de962d4fc131096d7b57fcf57ac4edf263.tar.xz
nixpkgs-9c06c0de962d4fc131096d7b57fcf57ac4edf263.tar.zst
nixpkgs-9c06c0de962d4fc131096d7b57fcf57ac4edf263.zip
Merge pull request #228939 from r-ryantm/auto-update/eksctl
eksctl: 0.138.0 -> 0.139.0
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/admin/eksctl/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/admin/eksctl/default.nix b/pkgs/tools/admin/eksctl/default.nix
index 4639fe4df32..203de65ff20 100644
--- a/pkgs/tools/admin/eksctl/default.nix
+++ b/pkgs/tools/admin/eksctl/default.nix
@@ -2,16 +2,16 @@
 
 buildGoModule rec {
   pname = "eksctl";
-  version = "0.138.0";
+  version = "0.139.0";
 
   src = fetchFromGitHub {
     owner = "weaveworks";
     repo = pname;
     rev = version;
-    hash = "sha256-hZnNb6tsgllJUo3lz+qF/d3MQJJ6IauqVl5nG5J3aok=";
+    hash = "sha256-KIg5A1fR1AmdSPUrYXrWRNj1Vdi1LPbS1MwV77SRskA=";
   };
 
-  vendorHash = "sha256-ZjA89x+B0pT5jShr1Iv/geBYtH/bYnk/TIQZWLObAck=";
+  vendorHash = "sha256-ea1MXllg3i0UmikzVoFNuki+5QvJret2+cBcN3kekBY=";
 
   doCheck = false;