Unverified Commit 468f61d7 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #305022 from saschagrunert/cri-tools-v1.30

cri-tools: 1.29.0 -> 1.30.0
parents 5cb9d83f 0ef5f787
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

buildGoModule rec {
  pname = "cri-tools";
  version = "1.29.0";
  version = "1.30.0";

  src = fetchFromGitHub {
    owner = "kubernetes-sigs";
    repo = pname;
    rev = "v${version}";
    sha256 = "sha256-64vjN0tm6P+nXjrNPeTviXOQdibuH7YbQm/LjYLxatM=";
    hash = "sha256-MuyXcdV29sLn9Vt0WE31nXtY9ofjEC0b5zSrmGXR0mw=";
  };

  vendorHash = null;