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

44 lines
1 KiB
Nix
Raw Normal View History

2016-05-30 05:02:41 +02:00
{
chronic = {
2019-04-30 18:55:17 +02:00
groups = ["default"];
platforms = [];
2016-05-30 05:02:41 +02:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "1hrdkn4g8x7dlzxwb1rfgr8kw3bp4ywg5l4y4i9c2g5cwv62yvvn";
type = "gem";
};
version = "0.10.2";
};
sequel = {
2019-04-30 18:55:17 +02:00
groups = ["default"];
platforms = [];
2016-05-30 05:02:41 +02:00
source = {
remotes = ["https://rubygems.org"];
2020-03-27 02:20:03 +01:00
sha256 = "0gqqnqrfayhwhkp0vy3frv68sgc7klyd6mfisx1j3djjvlyc7hmr";
2016-05-30 05:02:41 +02:00
type = "gem";
};
2020-03-27 02:20:03 +01:00
version = "5.30.0";
2016-05-30 05:02:41 +02:00
};
sqlite3 = {
2019-04-30 18:55:17 +02:00
groups = ["default"];
platforms = [];
2016-05-30 05:02:41 +02:00
source = {
remotes = ["https://rubygems.org"];
2020-03-27 02:20:03 +01:00
sha256 = "0lja01cp9xd5m6vmx99zwn4r7s97r1w5cb76gqd8xhbm1wxyzf78";
2016-05-30 05:02:41 +02:00
type = "gem";
};
2020-03-27 02:20:03 +01:00
version = "1.4.2";
2016-05-30 05:02:41 +02:00
};
timetrap = {
2018-02-22 16:13:37 +01:00
dependencies = ["chronic" "sequel" "sqlite3"];
2019-04-30 18:55:17 +02:00
groups = ["default"];
platforms = [];
2016-05-30 05:02:41 +02:00
source = {
remotes = ["https://rubygems.org"];
2020-03-27 02:20:03 +01:00
sha256 = "0pfg5c3kmh1jfaaszw253bi93ixa6cznqmsafrcpccrdg9r8j2k8";
2016-05-30 05:02:41 +02:00
type = "gem";
};
2020-03-27 02:20:03 +01:00
version = "1.15.2";
2016-05-30 05:02:41 +02:00
};
2021-01-15 06:42:41 +01:00
}