runc: 1.0.0-rc7 -> 1.0.0-rc8

Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
Vincent Demeester 2019-04-30 10:56:50 +02:00
parent 5d09420337
commit c64087b4a3
No known key found for this signature in database
GPG key ID: C020502D6E2E5748

View file

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