Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / applications / office / timetrap / gemset.nix
blobd1655e0695c1d85f2ae4f6e1f980497562cb0d8f
2   chronic = {
3     groups = ["default"];
4     platforms = [];
5     source = {
6       remotes = ["https://rubygems.org"];
7       sha256 = "1hrdkn4g8x7dlzxwb1rfgr8kw3bp4ywg5l4y4i9c2g5cwv62yvvn";
8       type = "gem";
9     };
10     version = "0.10.2";
11   };
12   sequel = {
13     groups = ["default"];
14     platforms = [];
15     source = {
16       remotes = ["https://rubygems.org"];
17       sha256 = "0gqqnqrfayhwhkp0vy3frv68sgc7klyd6mfisx1j3djjvlyc7hmr";
18       type = "gem";
19     };
20     version = "5.30.0";
21   };
22   sqlite3 = {
23     groups = ["default"];
24     platforms = [];
25     source = {
26       remotes = ["https://rubygems.org"];
27       sha256 = "0lja01cp9xd5m6vmx99zwn4r7s97r1w5cb76gqd8xhbm1wxyzf78";
28       type = "gem";
29     };
30     version = "1.4.2";
31   };
32   timetrap = {
33     dependencies = ["chronic" "sequel" "sqlite3"];
34     groups = ["default"];
35     platforms = [];
36     source = {
37       remotes = ["https://rubygems.org"];
38       sha256 = "0pfg5c3kmh1jfaaszw253bi93ixa6cznqmsafrcpccrdg9r8j2k8";
39       type = "gem";
40     };
41     version = "1.15.2";
42   };