Unverified Commit 280f1234 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

cri-tools: 1.32.0 -> 1.33.0 (#400837)

parents 355ea290 602c8884
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildGoModule rec {
  pname = "cri-tools";
  version = "1.32.0";
  version = "1.33.0";

  src = fetchFromGitHub {
    owner = "kubernetes-sigs";
    repo = pname;
    rev = "v${version}";
    hash = "sha256-wdtsx5DIg+65VRRUPai5d8Tk/zQ4MhVjXNFKK4NCBFs=";
    hash = "sha256-KxckDpZ3xfD+buCGrQ+udJF0X2D9sg/d3TLSQEcWyV4=";
  };

  vendorHash = null;