cri-o-unwrapped: 1.32.4 -> 1.33.0 (#407541)

This commit is contained in:
Wolfgang Walther 2025-06-01 13:22:22 +00:00 committed by GitHub
commit b28f850943
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,13 +17,13 @@
buildGoModule rec {
pname = "cri-o";
version = "1.32.4";
version = "1.33.0";
src = fetchFromGitHub {
owner = "cri-o";
repo = "cri-o";
rev = "v${version}";
hash = "sha256-zMSGXRJvFPlbJAnrdHMQYLPkS138r5/2/gyJhhoytgs=";
hash = "sha256-SM+68ZQjmEkDNW+KSHpxDJ3ADAk+euIkbQokp86Fm+I=";
};
vendorHash = null;