Unverified Commit 8caa5318 authored by Adam C. Stephens's avatar Adam C. Stephens Committed by GitHub
Browse files

cri-o-unwrapped: 1.32.0 -> 1.32.2 (#390234)

parents 3c67a460 d04feb3d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,13 +17,13 @@

buildGoModule rec {
  pname = "cri-o";
  version = "1.32.0";
  version = "1.32.2";

  src = fetchFromGitHub {
    owner = "cri-o";
    repo = "cri-o";
    rev = "v${version}";
    hash = "sha256-bjZjmgIYFroyUdBeUbrRz7dD0yQOqc9TDsGxvle1PnE=";
    hash = "sha256-oB3X59+v4VosY5Db0BUfKt/WTMCWhhJX+mWwp/6ifVI=";
  };
  vendorHash = null;