Unverified Commit 2cdbb88d authored by Artturin's avatar Artturin Committed by GitHub
Browse files

kubernetes: 1.31.0 -> 1.31.2 (#350849)

parents 69311678 04175591
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,13 +20,13 @@

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

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

  vendorHash = null;