cri-o: 1.26.3 -> 1.27.0

This commit is contained in:
R. RyanTM 2023-04-23 04:36:47 -07:00 committed by GitHub
parent 513975ec4b
commit de4e75a79b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,15 +15,15 @@
buildGoModule rec {
pname = "cri-o";
version = "1.26.3";
version = "1.27.0";
src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
sha256 = "sha256-mWhWL886lZggjow4xd02jbxaVl9PTEG24jiys4N19Lw=";
sha256 = "sha256-ZFt8KcEJ7iN2JgKbOGDgpq0+pjlxEU7V9GSX+c3VnbY=";
};
vendorSha256 = null;
vendorHash = null;
doCheck = false;