Unverified Commit de4e75a7 authored by R. RyanTM's avatar R. RyanTM Committed by GitHub
Browse files

cri-o: 1.26.3 -> 1.27.0

parent 513975ec
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -15,15 +15,15 @@

buildGoModule rec {
  pname = "cri-o";
  version = "1.26.3";
  version = "1.27.0";

  src = fetchFromGitHub {
    owner = "cri-o";
    repo = "cri-o";
    rev = "v${version}";
    sha256 = "sha256-mWhWL886lZggjow4xd02jbxaVl9PTEG24jiys4N19Lw=";
    sha256 = "sha256-ZFt8KcEJ7iN2JgKbOGDgpq0+pjlxEU7V9GSX+c3VnbY=";
  };
  vendorSha256 = null;
  vendorHash = null;

  doCheck = false;