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

13 lines
245 B
Nix
Raw Normal View History

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