1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

cri-o: 1.22.0 -> 1.22.1

https://github.com/cri-o/cri-o/releases/tag/v1.22.1
This commit is contained in:
zowoq 2021-11-14 09:06:29 +10:00
parent fe6e74ead9
commit baa566f5a5

View file

@ -15,13 +15,13 @@
buildGoModule rec {
pname = "cri-o";
version = "1.22.0";
version = "1.22.1";
src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
sha256 = "sha256-lY/kHvJBN7idFn3YUEHMR4w+M3F89RKMsvvyHmH/EPc=";
sha256 = "sha256-x1bnDksmEjKuzjwPBENP9xpQbzo8HAW+0i2l2Ra/48Y=";
};
vendorSha256 = null;