cri-o-unwrapped: 1.29.2 -> 1.29.3

This commit is contained in:
R. Ryantm 2024-04-22 12:37:49 +00:00
parent ee1428c654
commit b702f1e69a
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;