Unverified Commit d1f044cb authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #285438 from r-ryantm/auto-update/containerd

containerd: 1.7.12 -> 1.7.13
parents 2e2e1648 d714be41
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -11,13 +11,13 @@

buildGoModule rec {
  pname = "containerd";
  version = "1.7.12";
  version = "1.7.13";

  src = fetchFromGitHub {
    owner = "containerd";
    repo = "containerd";
    rev = "v${version}";
    hash = "sha256-o3ZqSE7ahUAihY/tqXdNgKzs64h0DBxrZaxjSF9smcs=";
    hash = "sha256-y3CYDZbA2QjIn1vyq/p1F1pAVxQHi/0a6hGWZCRWzyk=";
  };

  vendorHash = null;