Unverified Commit 52e75cf0 authored by maxine's avatar maxine Committed by GitHub
Browse files

Merge pull request #260170 from cafkafk/cafk-containerd-1.7.7

containerd: 1.7.5 -> 1.7.7
parents 263fed7b 6517ad0e
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.5";
  version = "1.7.7";

  src = fetchFromGitHub {
    owner = "containerd";
    repo = "containerd";
    rev = "v${version}";
    hash = "sha256-g+1JfXO1k0ijPpVTo+WxmXro4p4MbRCIZdgtgy58M60=";
    hash = "sha256-5Tw7xltrsp+yGrdJ0O4MoFUvIaEiCQpMip5X1kfV/iM=";
  };

  vendorHash = null;