cri-o: 1.29.4 -> 1.30.0

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2024-05-06 09:09:01 +02:00
parent dd1290b0f8
commit e611540f7b
No known key found for this signature in database
GPG Key ID: 09D97D153EF94D93

View File

@ -15,13 +15,13 @@
buildGoModule rec {
pname = "cri-o";
version = "1.29.4";
version = "1.30.0";
src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
hash = "sha256-bF9hvKKwhsmX606Jk34qn32JklUrG939BW2x4tbknjo=";
hash = "sha256-gsC6e0wQowgskUazuqQRtO7ra5Wg9RU8+k3LFqIReJk=";
};
vendorHash = null;