cri-o: 1.23.1 -> 1.23.2 (#164563)

This commit is contained in:
R. RyanTM 2022-03-17 03:20:52 -07:00 committed by GitHub
parent 218548467c
commit b785f9ea98
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.23.1";
version = "1.23.2";
src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
sha256 = "sha256-A59Bgt0u8jzpTijT5vcO8JREL7Elx1mWnwddAuRHn5c=";
sha256 = "sha256-sjeYWBcal6RtoUZd6orQ+237Fz80vQKx5vocFMq4l7U=";
};
vendorSha256 = null;