cri-o: 1.24.1 -> 1.24.2

This commit is contained in:
R. RyanTM 2022-08-10 06:14:58 -07:00 committed by GitHub
parent 43ee224113
commit f2f95b120b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,13 +15,13 @@
buildGoModule rec {
pname = "cri-o";
version = "1.24.1";
version = "1.24.2";
src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
sha256 = "sha256-/AoZKeUcYF1fyYtllXpB7GNWR/6SWEOy2ffDLYbTp9E=";
sha256 = "sha256-7nQI6zaWSWML2suPn1A+RJZ0iPJu6JD/4ion5zxlnJ8=";
};
vendorSha256 = null;