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

This commit is contained in:
Sandro 2021-07-20 14:31:37 +02:00 committed by GitHub
commit b304055cd8
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.1";
version = "1.21.2";
src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
sha256 = "sha256-WoQeZkHuCQGv//UKTpvucJXq7xI9Fkil8V1B1qTM75k=";
sha256 = "sha256-hapXwd7K0xbkZ0MKkJ5wv4zfDKRTC3IC4oLYLL460oI=";
};
vendorSha256 = null;