cri-tools: 1.30.0 -> 1.30.1

This commit is contained in:
R. Ryantm
2024-07-12 04:21:29 +00:00
parent c35a5a895f
commit b4864c0ea0
@@ -6,13 +6,13 @@
buildGoModule rec {
pname = "cri-tools";
version = "1.30.0";
version = "1.30.1";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = pname;
rev = "v${version}";
hash = "sha256-MuyXcdV29sLn9Vt0WE31nXtY9ofjEC0b5zSrmGXR0mw=";
hash = "sha256-mCBGLnNlAfq7qThsbsGsBSEJEI85fg0xAbFENyIRyBU=";
};
vendorHash = null;