Merge pull request #250799 from r-ryantm/auto-update/cri-tools

cri-tools: 1.27.1 -> 1.28.0
This commit is contained in:
Jonas Heinrich 2023-08-22 23:59:07 +02:00 committed by GitHub
commit be5bf505cd
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.27.1";
version = "1.28.0";
src = fetchFromGitHub {
owner = "kubernetes-sigs";
repo = pname;
rev = "v${version}";
sha256 = "sha256-GcfRnYOMrkMBIc2s6u/kwzh1kCFo2+PQCIcQyXxVdDM=";
sha256 = "sha256-inw4bPeObMlwtgFLR/8+tqRKTkcViZeEFZ1MOm0HYI4=";
};
vendorHash = null;