cri-o-unwrapped: 1.34.1 -> 1.34.2

This commit is contained in:
R. Ryantm
2025-11-11 14:43:22 +00:00
parent e85973dd9b
commit d415a7ddf9
@@ -17,13 +17,13 @@
buildGoModule rec {
pname = "cri-o";
version = "1.34.1";
version = "1.34.2";
src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
hash = "sha256-bx0YloX4Nq1zV9ow0+41hx4KfcmJ5RCCNGVP3EYqiKo=";
hash = "sha256-StvHYzWe/LKgA9NQByfti/xAiHMRuRSF8QVsVcw/A+g=";
};
vendorHash = null;