about summary refs log tree commit diff
path: root/pkgs/tools/admin/eksctl
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2022-07-09 08:59:56 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2022-07-09 08:59:56 +0000
commite810131094ce836cd29c09dadf577b52fcf3fd95 (patch)
tree19bd1553abc6e288f2c40ef3f46ba6a5e9a06cc8 /pkgs/tools/admin/eksctl
parent95e157f6705ce856225fa214dc0ec8720a29ff71 (diff)
downloadnixlib-e810131094ce836cd29c09dadf577b52fcf3fd95.tar
nixlib-e810131094ce836cd29c09dadf577b52fcf3fd95.tar.gz
nixlib-e810131094ce836cd29c09dadf577b52fcf3fd95.tar.bz2
nixlib-e810131094ce836cd29c09dadf577b52fcf3fd95.tar.lz
nixlib-e810131094ce836cd29c09dadf577b52fcf3fd95.tar.xz
nixlib-e810131094ce836cd29c09dadf577b52fcf3fd95.tar.zst
nixlib-e810131094ce836cd29c09dadf577b52fcf3fd95.zip
eksctl: 0.104.0 -> 0.105.0
Diffstat (limited to 'pkgs/tools/admin/eksctl')
-rw-r--r--pkgs/tools/admin/eksctl/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/admin/eksctl/default.nix b/pkgs/tools/admin/eksctl/default.nix
index 8448b24e5991..812b5e715bd7 100644
--- a/pkgs/tools/admin/eksctl/default.nix
+++ b/pkgs/tools/admin/eksctl/default.nix
@@ -2,13 +2,13 @@
 
 buildGoModule rec {
   pname = "eksctl";
-  version = "0.104.0";
+  version = "0.105.0";
 
   src = fetchFromGitHub {
     owner = "weaveworks";
     repo = pname;
     rev = version;
-    sha256 = "sha256-s/7RoFVf7mejPsMz6lMBHDGG8+N1KBMzUesXu9MPrzo=";
+    sha256 = "sha256-ur9gMo/GR24mSWyNj+2uJJkp1neNMHrPk07l9rjrd1M=";
   };
 
   vendorSha256 = "sha256-mwQahKRHR9cy2Yb4IGCIRtA0j38QJoPKNtpS/T4ndC4=";