Merge #70464: runc: v1.0.0-rc8 -> v1.0.0-rc9 (security)
This commit is contained in:
commit
0fa45b865a
@ -5,13 +5,13 @@ with lib;
|
|||||||
|
|
||||||
buildGoPackage rec {
|
buildGoPackage rec {
|
||||||
pname = "runc";
|
pname = "runc";
|
||||||
version = "1.0.0-rc8";
|
version = "1.0.0-rc9";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "opencontainers";
|
owner = "opencontainers";
|
||||||
repo = "runc";
|
repo = "runc";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "05s4p12mgmdcy7gjralh41wlgds6m69zdgwbpdn1xjj2487dmhxf";
|
sha256 = "1ss5b46cbbckyqlwgj8dbd5l59c5y0kp679hcpc0ybaj53pmwxj7";
|
||||||
};
|
};
|
||||||
|
|
||||||
goPackagePath = "github.com/opencontainers/runc";
|
goPackagePath = "github.com/opencontainers/runc";
|
||||||
@ -53,7 +53,7 @@ buildGoPackage rec {
|
|||||||
homepage = https://runc.io/;
|
homepage = https://runc.io/;
|
||||||
description = "A CLI tool for spawning and running containers according to the OCI specification";
|
description = "A CLI tool for spawning and running containers according to the OCI specification";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ offline vdemeester ];
|
maintainers = with maintainers; [ offline vdemeester saschagrunert ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user