Unverified Commit 1e4701f8 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

Merge pull request #273087 from mfrw/mfrw/containerd-1.7.11

containerd: 1.7.9 -> 1.7.11
parents 9a9003eb 81f4e3c7
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.9";
  version = "1.7.11";

  src = fetchFromGitHub {
    owner = "containerd";
    repo = "containerd";
    rev = "v${version}";
    hash = "sha256-/kCnzOL8CJuJJglHzmev3alt8cMwTUbIiZhNft9zwps=";
    hash = "sha256-kvBD9Qh10kRowr32zDzjpHYh2IZC6+w+nOO4joShgEE=";
  };

  vendorHash = null;