cri-o: 1.20.1 -> 1.21.0

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
This commit is contained in:
Sascha Grunert 2021-03-24 14:30:41 +01:00 committed by zowoq
parent 2a48ef1426
commit b3d70196ea

View file

@ -15,13 +15,13 @@
buildGoModule rec {
pname = "cri-o";
version = "1.20.1";
version = "1.21.0";
src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
sha256 = "sha256-cli/ipWxZgAeDMBUMuOU3l2mKv4POvOhi7ctbVdU6jc=";
sha256 = "sha256-qhS1RLkM7xDsH3qDVL+ORXmwULYz8UK1oJM29oRqJ0M=";
};
vendorSha256 = null;