cri-o: 1.23.0 -> 1.23.1

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2022-02-14 09:19:57 +01:00 committed by zowoq
parent adc9ce9d40
commit ebc768a5d5

View File

@ -15,13 +15,13 @@
buildGoModule rec {
pname = "cri-o";
version = "1.23.0";
version = "1.23.1";
src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
sha256 = "sha256-F6eWC1GhPJRyra7U80tBxfokY1PIJmsuF3H9536tPxA=";
sha256 = "sha256-A59Bgt0u8jzpTijT5vcO8JREL7Elx1mWnwddAuRHn5c=";
};
vendorSha256 = null;