containerd: 1.2.1 -> 1.2.2

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2019-01-28 15:51:23 +01:00
parent 63aa9a887f
commit bd51ec497c
No known key found for this signature in database
GPG Key ID: 083CC6FD6EB699A3
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.1";
version = "1.2.2";
src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
sha256 = "16zn6p1ky3yrgn53z8h9wza53ch91fj47wj5xgz6w4c57j30f66p";
sha256 = "065snv0s3v3z0ghadlii4w78qnhchcbx2kfdrvm8fk8gb4pkx1ya";
};
goPackagePath = "github.com/containerd/containerd";