Unverified Commit db6973f9 authored by Christina Sørensen's avatar Christina Sørensen Committed by GitHub
Browse files

kubernetes: 1.31.2 -> 1.32.0 (#364848)

parents 13c0d4c5 a8225612
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -21,13 +21,13 @@

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

  src = fetchFromGitHub {
    owner = "kubernetes";
    repo = "kubernetes";
    rev = "v${version}";
    hash = "sha256-L+x1a9wttu2OBY5T6AY8k91ystu0uZAGd3px4oNVptM=";
    hash = "sha256-VpinMMWvFYpcqDC9f3q/oEqUHRz7thHMs0bKt6AaNms=";
  };

  vendorHash = null;