summary refs log tree commit diff
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-08-18 10:23:28 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2022-08-19 14:10:58 +1000
commitafe983cca33d11fa36fe3f7a737e1a1bcae6d048 (patch)
tree0f7345117158eff7066057552089c75642baacc4
parent33313b87e65fc04f5440511f007cf105dc37e63f (diff)
downloadnixpkgs-afe983cca33d11fa36fe3f7a737e1a1bcae6d048.tar
nixpkgs-afe983cca33d11fa36fe3f7a737e1a1bcae6d048.tar.gz
nixpkgs-afe983cca33d11fa36fe3f7a737e1a1bcae6d048.tar.bz2
nixpkgs-afe983cca33d11fa36fe3f7a737e1a1bcae6d048.tar.lz
nixpkgs-afe983cca33d11fa36fe3f7a737e1a1bcae6d048.tar.xz
nixpkgs-afe983cca33d11fa36fe3f7a737e1a1bcae6d048.tar.zst
nixpkgs-afe983cca33d11fa36fe3f7a737e1a1bcae6d048.zip
kubernetes: 1.23.9 -> 1.23.10
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.23.md#changelog-since-v1239
-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 220fddf00e6..c17151b26dd 100644
--- a/pkgs/applications/networking/cluster/kubernetes/default.nix
+++ b/pkgs/applications/networking/cluster/kubernetes/default.nix
@@ -21,13 +21,13 @@
 
 buildGoModule rec {
   pname = "kubernetes";
-  version = "1.23.9";
+  version = "1.23.10";
 
   src = fetchFromGitHub {
     owner = "kubernetes";
     repo = "kubernetes";
     rev = "v${version}";
-    sha256 = "sha256-uuadINLKZ/hxewE9Qx5wBoGMWrpmTJPDgZh0djadAhc=";
+    sha256 = "sha256-ujSy6akbk4SvMIQdBJkNMwaRNEfFKJmVrN3lNtFudkA=";
   };
 
   vendorSha256 = null;