Merge #70464: runc: v1.0.0-rc8 -> v1.0.0-rc9 (security)

(cherry picked from commit 0fa45b865a)
CVE-2019-16884
This commit is contained in:
Vladimír Čunát
2019-10-12 10:12:58 +02:00
parent af633eee21
commit aff4d644fd

View File

@@ -5,13 +5,13 @@ with lib;
buildGoPackage rec {
name = "runc-${version}";
version = "1.0.0-rc8";
version = "1.0.0-rc9";
src = fetchFromGitHub {
owner = "opencontainers";
repo = "runc";
rev = "v${version}";
sha256 = "05s4p12mgmdcy7gjralh41wlgds6m69zdgwbpdn1xjj2487dmhxf";
sha256 = "1ss5b46cbbckyqlwgj8dbd5l59c5y0kp679hcpc0ybaj53pmwxj7";
};
goPackagePath = "github.com/opencontainers/runc";