3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #57646 from vdemeester/update-containerd

containerd: 1.2.4 -> 1.2.5
This commit is contained in:
xeji 2019-03-14 19:55:12 +01:00 committed by GitHub
commit ef1cdfb9a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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