1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
nixpkgs/pkgs/development/tools/build-managers/rake/gemset.nix

12 lines
244 B
Nix
Raw Normal View History

2016-03-17 18:05:11 +00:00
{
2017-09-07 10:50:26 +01:00
rake = {
2019-04-30 17:04:35 +01:00
groups = ["default"];
platforms = [];
2016-03-17 18:05:11 +00:00
source = {
2017-09-07 10:50:26 +01:00
remotes = ["https://rubygems.org"];
2019-04-30 17:04:35 +01:00
sha256 = "1sy5a7nh6xjdc9yhcw31jji7ssrf9v5806hn95gbrzr998a2ydjn";
2016-03-17 18:05:11 +00:00
type = "gem";
};
2019-04-30 17:04:35 +01:00
version = "12.3.2";
2016-03-17 18:05:11 +00:00
};
}