cri-tools: 1.26.0 -> 1.26.1

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2023-03-15 14:53:17 +01:00 committed by zowoq
parent 710655f293
commit 1544ef2401

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "cri-tools";
version = "1.26.0";
version = "1.26.1";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-ALeK51fsGEys9iEHv0C8vCZVD4vx+VYUooj7pH7p7tg=";
sha256 = "sha256-jJhHlqnc7wDsc6nn5CTZMnaZpUJrEDkGzyvQ2EoX4GE=";
};
vendorSha256 = null;