23b612e36f
GitOrigin-RevId: ae5c332cbb5827f6b1f02572496b141021de335f
12 lines
245 B
Nix
12 lines
245 B
Nix
{
|
|
rake = {
|
|
groups = ["default"];
|
|
platforms = [];
|
|
source = {
|
|
remotes = ["https://rubygems.org"];
|
|
sha256 = "1ilr853hawi09626axx0mps4rkkmxcs54mapz9jnqvpnlwd3wsmy";
|
|
type = "gem";
|
|
};
|
|
version = "13.1.0";
|
|
};
|
|
}
|