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

cri-o-unwrapped: 1.30.5 -> 1.31.0

parent ab775a19
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.30.5";
  version = "1.31.0";

  src = fetchFromGitHub {
    owner = "cri-o";
    repo = "cri-o";
    rev = "v${version}";
    hash = "sha256-snhuV4hqbqMJK8Fg6vJGJoQ3heCFULK1iIQQB65kiR0=";
    hash = "sha256-pY8FRxexf/WG+aGkKZc4EtqO9uxAV7D6EFWirgSEye8=";
  };
  vendorHash = null;