biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / tools / jsduck / gemset.nix
blob493cc42f4f4e23bec1d0b905e1b9e6ab4cc30fac
2   dimensions = {
3     source = {
4       remotes = ["https://rubygems.org"];
5       sha256 = "1pqb7yzjcpbgbyi196ifqbd1wy570cn12bkzcvpcha4xilhajja0";
6       type = "gem";
7     };
8     version = "1.2.0";
9   };
10   jsduck = {
11     dependencies = ["dimensions" "json" "parallel" "rdiscount" "rkelly-remix"];
12     source = {
13       remotes = ["https://rubygems.org"];
14       sha256 = "0hac7g9g6gg10bigbm8dskwwbv1dfch8ca353gh2bkwf244qq2xr";
15       type = "gem";
16     };
17     version = "5.3.4";
18   };
19   json = {
20     source = {
21       remotes = ["https://rubygems.org"];
22       sha256 = "0qmj7fypgb9vag723w1a49qihxrcf5shzars106ynw2zk352gbv5";
23       type = "gem";
24     };
25     version = "1.8.6";
26   };
27   parallel = {
28     source = {
29       remotes = ["https://rubygems.org"];
30       sha256 = "1kzz6ydg7r23ks2b7zbpx4vz3h186n19vhgnjcwi7xwd6h2f1fsq";
31       type = "gem";
32     };
33     version = "0.7.1";
34   };
35   rdiscount = {
36     source = {
37       remotes = ["https://rubygems.org"];
38       sha256 = "0vcyy90r6wfg0b0y5wqp3d25bdyqjbwjhkm1xy9jkz9a7j72n70v";
39       type = "gem";
40     };
41     version = "2.1.8";
42   };
43   rkelly-remix = {
44     source = {
45       remotes = ["https://rubygems.org"];
46       sha256 = "1g7hjl9nx7f953y7lncmfgp0xgxfxvgfm367q6da9niik6rp1y3j";
47       type = "gem";
48     };
49     version = "0.0.7";
50   };