cri-tools: 1.27.1 -> 1.28.0

This commit is contained in:
R. Ryantm 2023-08-22 17:44:48 +00:00
parent 81fc9ce2e9
commit cc76e4bd9a

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;