cri-o-unwrapped: 1.27.0 -> 1.27.1

This commit is contained in:
R. Ryantm 2023-07-18 00:24:09 +00:00 committed by zowoq
parent 782e0b5d1e
commit 3297ece10c

View File

@ -15,13 +15,13 @@
buildGoModule rec {
pname = "cri-o";
version = "1.27.0";
version = "1.27.1";
src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
sha256 = "sha256-ZFt8KcEJ7iN2JgKbOGDgpq0+pjlxEU7V9GSX+c3VnbY=";
sha256 = "sha256-29lA497DTJ1AOqcfbgUCYcBqB8WUWWXBMqFOpyx93wY=";
};
vendorHash = null;