runc: 1.0.0-rc91 -> 1.0.0-rc92
https://github.com/opencontainers/runc/releases/tag/v1.0.0-rc92
This commit is contained in:
parent
ce174c7bc9
commit
461e2a61ab
@ -14,13 +14,13 @@
|
||||
|
||||
buildGoPackage rec {
|
||||
pname = "runc";
|
||||
version = "1.0.0-rc91";
|
||||
version = "1.0.0-rc92";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "opencontainers";
|
||||
repo = "runc";
|
||||
rev = "v${version}";
|
||||
sha256 = "1hg3hbbjsz76q1piz86q8la6dym86d65xd7h6q12krfmwd2lbhkw";
|
||||
sha256 = "0r4zbxbs03xr639r7848282j1ybhibfdhnxyap9p76j5w8ixms94";
|
||||
};
|
||||
|
||||
goPackagePath = "github.com/opencontainers/runc";
|
||||
|
Loading…
Reference in New Issue
Block a user