nixpkgs/pkgs/applications/office/timetrap/gemset.nix

43 lines
1 KiB
Nix
Raw Normal View History

2016-05-30 03:02:41 +00:00
{
chronic = {
2019-04-30 16:55:17 +00:00
groups = ["default"];
platforms = [];
2016-05-30 03:02:41 +00:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "1hrdkn4g8x7dlzxwb1rfgr8kw3bp4ywg5l4y4i9c2g5cwv62yvvn";
type = "gem";
};
version = "0.10.2";
};
sequel = {
2019-04-30 16:55:17 +00:00
groups = ["default"];
platforms = [];
2016-05-30 03:02:41 +00:00
source = {
remotes = ["https://rubygems.org"];
2018-02-22 15:13:37 +00:00
sha256 = "121z4sq2m4vsgxwy8hs6d12cc1i4xa5rjiv0nbviyj87jldxapw0";
2016-05-30 03:02:41 +00:00
type = "gem";
};
2018-02-22 15:13:37 +00:00
version = "4.43.0";
2016-05-30 03:02:41 +00:00
};
sqlite3 = {
2019-04-30 16:55:17 +00:00
groups = ["default"];
platforms = [];
2016-05-30 03:02:41 +00:00
source = {
remotes = ["https://rubygems.org"];
2018-02-22 15:13:37 +00:00
sha256 = "01ifzp8nwzqppda419c9wcvr8n82ysmisrs0hph9pdmv1lpa4f5i";
2016-05-30 03:02:41 +00:00
type = "gem";
};
2018-02-22 15:13:37 +00:00
version = "1.3.13";
2016-05-30 03:02:41 +00:00
};
timetrap = {
2018-02-22 15:13:37 +00:00
dependencies = ["chronic" "sequel" "sqlite3"];
2019-04-30 16:55:17 +00:00
groups = ["default"];
platforms = [];
2016-05-30 03:02:41 +00:00
source = {
remotes = ["https://rubygems.org"];
2018-02-22 15:13:37 +00:00
sha256 = "0ylaz9q99hbxnw6h1df6wphmh68fj847d1l4f9jylcx3nzzp5cyd";
2016-05-30 03:02:41 +00:00
type = "gem";
};
2018-02-22 15:13:37 +00:00
version = "1.15.1";
2016-05-30 03:02:41 +00:00
};
}