cri-o: 1.22.1 -> 1.23.0

https://github.com/cri-o/cri-o/releases/tag/v1.23.0
This commit is contained in:
zowoq
2022-02-10 19:09:22 +10:00
parent 3c163f2573
commit 34e964f44c
@@ -15,13 +15,13 @@
buildGoModule rec {
pname = "cri-o";
version = "1.22.1";
version = "1.23.0";
src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
sha256 = "sha256-x1bnDksmEjKuzjwPBENP9xpQbzo8HAW+0i2l2Ra/48Y=";
sha256 = "sha256-F6eWC1GhPJRyra7U80tBxfokY1PIJmsuF3H9536tPxA=";
};
vendorSha256 = null;