Commit 50f953be authored by yellowhat's avatar yellowhat Committed by Yellowhat
Browse files

cri-o: 1.29.1 -> 1.29.2



Update pkgs/applications/virtualization/cri-o/default.nix

Co-authored-by: default avatarPol Dellaiera <pol.dellaiera@protonmail.com>
parent 940cf879
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.1";
  version = "1.29.2";

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