Skip to content

Commit

Permalink
kubernetes: 1.32.0 -> 1.32.1 (#374210)
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored Jan 21, 2025
1 parent 2582766 commit 9e4d519
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/networking/cluster/kubernetes/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,13 @@

buildGoModule rec {
pname = "kubernetes";
version = "1.32.0";
version = "1.32.1";

src = fetchFromGitHub {
owner = "kubernetes";
repo = "kubernetes";
rev = "v${version}";
hash = "sha256-VpinMMWvFYpcqDC9f3q/oEqUHRz7thHMs0bKt6AaNms=";
hash = "sha256-6KZlbwSMmFvh6XKJR1W/qa3xU0O3fuQaMW/P5An/AtQ=";
};

vendorHash = null;
Expand Down

0 comments on commit 9e4d519

Please sign in to comment.