about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-14 14:04:27 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-14 14:04:27 +0000
commitd59e3dee72a53fc595a432211be91a046bf3f2c5 (patch)
treefd9e6e43806617549a88561af679c0a4a139eba0 /pkgs
parente1751d845e5e05cbdd82f0c0f249df228f478585 (diff)
downloadnixlib-d59e3dee72a53fc595a432211be91a046bf3f2c5.tar
nixlib-d59e3dee72a53fc595a432211be91a046bf3f2c5.tar.gz
nixlib-d59e3dee72a53fc595a432211be91a046bf3f2c5.tar.bz2
nixlib-d59e3dee72a53fc595a432211be91a046bf3f2c5.tar.lz
nixlib-d59e3dee72a53fc595a432211be91a046bf3f2c5.tar.xz
nixlib-d59e3dee72a53fc595a432211be91a046bf3f2c5.tar.zst
nixlib-d59e3dee72a53fc595a432211be91a046bf3f2c5.zip
eksctl: 0.164.0 -> 0.165.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/by-name/ek/eksctl/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ek/eksctl/package.nix b/pkgs/by-name/ek/eksctl/package.nix
index 28ebab5239a6..5f9099537c36 100644
--- a/pkgs/by-name/ek/eksctl/package.nix
+++ b/pkgs/by-name/ek/eksctl/package.nix
@@ -6,16 +6,16 @@
 
 buildGoModule rec {
   pname = "eksctl";
-  version = "0.164.0";
+  version = "0.165.0";
 
   src = fetchFromGitHub {
     owner = "weaveworks";
     repo = pname;
     rev = version;
-    hash = "sha256-ENlMcwk4bMbIzV353vt+EG776+/ajrg5la3JeA81QS4=";
+    hash = "sha256-Gx8HobnE7qAfX79ZSLaN8fki+TQYz6XLyxnoSpvFOyk=";
   };
 
-  vendorHash = "sha256-NOhssVWEkvoXpmnsCVVT7Li0ePGWDSGIlB2MyFtMnpI=";
+  vendorHash = "sha256-niULedV/9r3PFI69AenGfk3oCTvKE/h6edjW5sgHg3Q=";
 
   doCheck = false;