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

cri-o-unwrapped: 1.20.0 -> 1.20.1
This commit is contained in:
Mario Rodas 2021-02-25 23:57:43 -05:00 committed by GitHub
commit bbfe875327
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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