Commit 859dcdb5 authored by R. RyanTM's avatar R. RyanTM Committed by Jonathan Ringer
Browse files

containerd: 1.7.7 -> 1.7.8

parent ea9372de
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.7";
  version = "1.7.8";

  src = fetchFromGitHub {
    owner = "containerd";
    repo = "containerd";
    rev = "v${version}";
    hash = "sha256-5Tw7xltrsp+yGrdJ0O4MoFUvIaEiCQpMip5X1kfV/iM=";
    hash = "sha256-p16qHJD0i0ZNEFGEbfmbxiedX9/uHkZxhCeB3x/5iLM=";
  };

  vendorHash = null;