containerd: 1.2.4 -> 1.2.5

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2019-03-14 17:05:29 +01:00
parent 8f9e283f92
commit 115dde6d33
No known key found for this signature in database
GPG Key ID: 083CC6FD6EB699A3

View File

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