Merge pull request #60466 from vdemeester/update-runc

runc: 1.0.0-rc7 -> 1.0.0-rc8
This commit is contained in:
lewo 2019-05-05 09:22:06 +02:00 committed by GitHub
commit cbb0a0c108
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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";