587713944a
GitOrigin-RevId: 6143fc5eeb9c4f00163267708e26191d1e918932
12 lines
245 B
Nix
12 lines
245 B
Nix
{
|
|
rake = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "17850wcwkgi30p7yqh60960ypn7yibacjjha0av78zaxwvd3ijs6";
|
|
type = "gem";
|
|
};
|
|
version = "13.2.1";
|
|
};
|
|
}
|