mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
12 lines
288 B
Nix
12 lines
288 B
Nix
|
[
|
||
|
{
|
||
|
goPackagePath = "github.com/opencontainers/runc";
|
||
|
fetch = {
|
||
|
type = "git";
|
||
|
url = "https://github.com/opencontainers/runc";
|
||
|
rev = "5274430fee9bc930598cfd9c9dbd33213f79f96e";
|
||
|
sha256 = "149057gm2y1mc45s7bh43c1ngjg1m54jkpaxw534ir9v5mb1zsxx";
|
||
|
};
|
||
|
}
|
||
|
]
|