Unverified Commit 6517ad0e authored by Christina Sørensen's avatar Christina Sørensen
Browse files

containerd: 1.7.5 -> 1.7.7

parent cd72881f
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;