containerd: 1.2.5 -> 1.2.6

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2019-04-09 20:05:38 +02:00
parent 8db38cdcd4
commit 6adf0f3e9a
No known key found for this signature in database
GPG Key ID: C020502D6E2E5748
1 changed files with 2 additions and 2 deletions

View File

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