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

cri-o-unwrapped: 1.29.2 -> 1.29.3

parent ee1428c6
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,13 +15,13 @@

buildGoModule rec {
  pname = "cri-o";
  version = "1.29.2";
  version = "1.29.3";

  src = fetchFromGitHub {
    owner = "cri-o";
    repo = "cri-o";
    rev = "v${version}";
    hash = "sha256-il28u2+Jv2gh6XqRV4y6u0FDZ4flmcp+bOj9aibL+ro=";
    hash = "sha256-JJuqYC4GAZqXyyAjVoPipnGjRGbVx1rfH4UrtIOP7cc=";
  };
  vendorHash = null;