Merge pull request #290783 from yellowhat/master

cri-o: 1.29.1 -> 1.29.2
This commit is contained in:
Pol Dellaiera 2024-02-24 21:33:16 +01:00 committed by GitHub
commit 95d7f7c715
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.1";
version = "1.29.2";
src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
sha256 = "sha256-RL4JkEJMVduG06udIVlVdr+bj9wIGbun3rpeTCUehhk=";
hash = "sha256-il28u2+Jv2gh6XqRV4y6u0FDZ4flmcp+bOj9aibL+ro=";
};
vendorHash = null;