Merge pull request #273742 from saschagrunert/cri-tools-v1.29

cri-tools: 1.28.0 -> 1.29.0
This commit is contained in:
Mario Rodas 2023-12-23 08:37:19 -05:00 committed by GitHub
commit e9625089e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,13 +6,13 @@
buildGoModule rec {
pname = "cri-tools";
version = "1.28.0";
version = "1.29.0";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-inw4bPeObMlwtgFLR/8+tqRKTkcViZeEFZ1MOm0HYI4=";
sha256 = "sha256-64vjN0tm6P+nXjrNPeTviXOQdibuH7YbQm/LjYLxatM=";
};
vendorHash = null;