Skip to content

Commit 8caa531

Browse files
cri-o-unwrapped: 1.32.0 -> 1.32.2 (#390234)
2 parents 3c67a46 + d04feb3 commit 8caa531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/applications/virtualization/cri-o/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
buildGoModule rec {
1919
pname = "cri-o";
20-
version = "1.32.0";
20+
version = "1.32.2";
2121

2222
src = fetchFromGitHub {
2323
owner = "cri-o";
2424
repo = "cri-o";
2525
rev = "v${version}";
26-
hash = "sha256-bjZjmgIYFroyUdBeUbrRz7dD0yQOqc9TDsGxvle1PnE=";
26+
hash = "sha256-oB3X59+v4VosY5Db0BUfKt/WTMCWhhJX+mWwp/6ifVI=";
2727
};
2828
vendorHash = null;
2929

0 commit comments

Comments
 (0)