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

cri-o: 1.24.1 -> 1.24.2

parent 43ee2241
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.24.1";
  version = "1.24.2";

  src = fetchFromGitHub {
    owner = "cri-o";
    repo = "cri-o";
    rev = "v${version}";
    sha256 = "sha256-/AoZKeUcYF1fyYtllXpB7GNWR/6SWEOy2ffDLYbTp9E=";
    sha256 = "sha256-7nQI6zaWSWML2suPn1A+RJZ0iPJu6JD/4ion5zxlnJ8=";
  };
  vendorSha256 = null;