cri-tools: 1.24.1 -> 1.24.2

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2022-05-30 13:05:17 +02:00 committed by zowoq
parent c3d7a0ef4f
commit 90ce1f86b9

View file

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