Unverified Commit 30b0c9ae authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

cri-o-unwrapped: 1.33.2 -> 1.33.3 (#430297)

parents 6b1b586d d1e68bdf
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.33.2";
  version = "1.33.3";

  src = fetchFromGitHub {
    owner = "cri-o";
    repo = "cri-o";
    rev = "v${version}";
    hash = "sha256-QHWE0BVsGFk1UOo51wZUl24bisS9GzCeWkE7yM3dYec=";
    hash = "sha256-nDBXXsvzoaJwbeLAXwCdJcxSZjo9Y7CcPBpkNTN2ey0=";
  };
  vendorHash = null;