Commit d04feb3d authored by R. RyanTM's avatar R. RyanTM
Browse files

cri-o-unwrapped: 1.32.0 -> 1.32.2

parent 882b04f6
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;