Merge pull request #128587 from r-ryantm/auto-update/cri-o

cri-o-unwrapped: 1.21.0 -> 1.21.1
This commit is contained in:
adisbladis 2021-06-29 08:44:35 -05:00 committed by GitHub
commit ed1adb411e
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.21.0";
version = "1.21.1";
src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
sha256 = "sha256-qhS1RLkM7xDsH3qDVL+ORXmwULYz8UK1oJM29oRqJ0M=";
sha256 = "sha256-WoQeZkHuCQGv//UKTpvucJXq7xI9Fkil8V1B1qTM75k=";
};
vendorSha256 = null;