Unverified Commit 9e4d5190 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

kubernetes: 1.32.0 -> 1.32.1 (#374210)

parent 25827665
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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;