Skip to content

Commit

Permalink
containerd: 1.2.2 -> 1.2.6
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <[email protected]>
(cherry picked from commit 6adf0f3)
and resolved conflict
  • Loading branch information
vdemeester authored and xeji committed Apr 9, 2019
1 parent 2349349 commit 5c52b25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/containerd/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ with lib;

buildGoPackage rec {
name = "containerd-${version}";
version = "1.2.2";
version = "1.2.6";

src = fetchFromGitHub {
owner = "containerd";
repo = "containerd";
rev = "v${version}";
sha256 = "065snv0s3v3z0ghadlii4w78qnhchcbx2kfdrvm8fk8gb4pkx1ya";
sha256 = "0sp5mn5wd3xma4svm6hf67hyhiixzkzz6ijhyjkwdrc4alk81357";
};

goPackagePath = "github.com/containerd/containerd";
Expand Down

0 comments on commit 5c52b25

Please sign in to comment.