nixpkgs/pkgs/development/tools/build-managers/rake/gemset.nix

13 lines
245 B
Nix
Raw Normal View History

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