Skip to content

Commit

Permalink
containerd: 1.2.5 -> 1.2.6
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
  • Loading branch information
vdemeester committed Apr 9, 2019
1 parent 8db38cd commit 6adf0f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/virtualization/containerd/default.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 6adf0f3

Please sign in to comment.