cri-o-unwrapped: 1.34.1 -> 1.34.2 (#460679)

This commit is contained in:
Nick Cao
2025-11-13 01:14:09 +00:00
committed by GitHub

View File

@@ -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;