1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
nixpkgs/pkgs/tools/misc/homesick/gemset.nix

19 lines
425 B
Nix
Raw Normal View History

2016-01-19 01:11:50 +00:00
{
homesick = {
2018-02-24 06:43:52 +00:00
dependencies = ["thor"];
2016-01-19 01:11:50 +00:00
source = {
2018-02-24 06:43:52 +00:00
remotes = ["https://rubygems.org"];
sha256 = "0lxvnp4ncbx0irlblfxbd1f8h4hl11hgmyiy35q79w137r3prxml";
type = "gem";
2016-01-19 01:11:50 +00:00
};
2018-02-24 06:43:52 +00:00
version = "1.1.6";
2016-01-19 01:11:50 +00:00
};
thor = {
2018-02-24 06:43:52 +00:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "0nmqpyj642sk4g16nkbq6pj856adpv91lp4krwhqkh2iw63aszdl";
type = "gem";
};
version = "0.20.0";
2016-01-19 01:11:50 +00:00
};
2018-02-24 06:43:52 +00:00
}