containerd: 1.2.6 -> 1.2.13

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
This commit is contained in:
Vincent Demeester 2020-03-07 12:27:01 +01:00
parent dcfccdfc33
commit 68d61b1654
No known key found for this signature in database
GPG Key ID: 4B8A6F5F62AFA8D1

@ -4,13 +4,13 @@ with lib;
buildGoPackage rec {
pname = "containerd";
version = "1.2.6";
version = "1.2.13";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
sha256 = "0sp5mn5wd3xma4svm6hf67hyhiixzkzz6ijhyjkwdrc4alk81357";
sha256 = "1rac3iak3jpz57yarxc72bxgxvravwrl0j6s6w2nxrmh2m3kxqzn";
};
goPackagePath = "github.com/containerd/containerd";