cri-tools: 1.23.0 -> 1.24.1

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2022-05-24 11:00:43 +02:00 committed by zowoq
parent 00b0dfdb23
commit a434418bbe

View File

@ -6,13 +6,13 @@
buildGoModule rec { buildGoModule rec {
pname = "cri-tools"; pname = "cri-tools";
version = "1.23.0"; version = "1.24.1";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "kubernetes-sigs"; owner = "kubernetes-sigs";
repo = pname; repo = pname;
rev = "v${version}"; rev = "v${version}";
sha256 = "sha256-b65GY08vykVp/PUBmBXKIfykyPEJRgGjgu7zBoXx3K0="; sha256 = "sha256-7WZ7Kb3Rx/hq7LYaDN/B9CpPgr9+aR5+FKDG7G/JydA=";
}; };
vendorSha256 = null; vendorSha256 = null;