Merge pull request #309479 from saschagrunert/cri-o

cri-o: 1.29.4 -> 1.30.0
This commit is contained in:
Pol Dellaiera 2024-05-12 21:28:35 +02:00 committed by GitHub
commit 05358993fb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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;