cri-tools: 1.20.0 -> 1.21.0

This commit is contained in:
R. RyanTM 2021-04-10 07:34:42 +00:00 committed by zowoq
parent 7f35119b94
commit a1c0d6ddbc

View File

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "cri-tools";
version = "1.20.0";
version = "1.21.0";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-fU3g0m2drUsa2Jyz+QYXi4xWTOLINGsDw3dKcesAkkE=";
sha256 = "sha256-chU7qNapmM4Gm8lYcdUreg1ZP93UM0LpIEk+w5cutlg=";
};
vendorSha256 = null;