Merge pull request #305994 from r-ryantm/auto-update/cri-o-unwrapped

cri-o-unwrapped: 1.29.2 -> 1.29.3
This commit is contained in:
Weijia Wang 2024-04-23 08:28:09 +02:00 committed by GitHub
commit 738918a009
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -15,13 +15,13 @@
buildGoModule rec {
pname = "cri-o";
version = "1.29.2";
version = "1.29.3";
src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
hash = "sha256-il28u2+Jv2gh6XqRV4y6u0FDZ4flmcp+bOj9aibL+ro=";
hash = "sha256-JJuqYC4GAZqXyyAjVoPipnGjRGbVx1rfH4UrtIOP7cc=";
};
vendorHash = null;