410b979fe2
GitOrigin-RevId: a64e169e396460d6b5763a1de1dd197df8421688
12 lines
245 B
Nix
12 lines
245 B
Nix
{
|
|
rake = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "15whn7p9nrkxangbs9hh75q585yfn66lv0v2mhj6q6dl6x8bzr2w";
|
|
type = "gem";
|
|
};
|
|
version = "13.0.6";
|
|
};
|
|
}
|