about summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster
diff options
context:
space:
mode:
authorWeijia Wang <9713184+wegank@users.noreply.github.com>2024-06-14 23:32:16 +0200
committerGitHub <noreply@github.com>2024-06-14 23:32:16 +0200
commit513473116610534d71d9b762cfa5de1e3e898d09 (patch)
tree8035c1c44556760c93b8b482eb7259bdc491664f /pkgs/applications/networking/cluster
parentc2780714638e11c037bbe2f2efdf27d2fe4e69e8 (diff)
parent2289df20856e5e4cf6ef89be1a340a4f288e9d28 (diff)
Merge pull request #319227 from r-ryantm/auto-update/kubernetes
kubernetes: 1.30.1 -> 1.30.2
Diffstat (limited to 'pkgs/applications/networking/cluster')
-rw-r--r--pkgs/applications/networking/cluster/kubernetes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/cluster/kubernetes/default.nix b/pkgs/applications/networking/cluster/kubernetes/default.nix
index e8af5d6400d9a..08823ff29b0ba 100644
--- a/pkgs/applications/networking/cluster/kubernetes/default.nix
+++ b/pkgs/applications/networking/cluster/kubernetes/default.nix
@@ -20,13 +20,13 @@
 
 buildGoModule rec {
   pname = "kubernetes";
-  version = "1.30.1";
+  version = "1.30.2";
 
   src = fetchFromGitHub {
     owner = "kubernetes";
     repo = "kubernetes";
     rev = "v${version}";
-    hash = "sha256-nTVjgNMnB6775ubzK7ezOxR5Z0z5PBxx88CxtbxGxrY=";
+    hash = "sha256-cxWltHCwb01QsIRSieXwYtImrSfvJLBhN3VIJkxOzX8=";
   };
 
   vendorHash = null;