biglybt: 3.5.0.0 -> 3.6.0.0
[NixPkgs.git] / pkgs / development / tools / sass / gemset.nix
blob5cadd7870b86d8621942ac60fe26937b79b84d17
2   ffi = {
3     groups = ["default"];
4     platforms = [];
5     source = {
6       remotes = ["https://rubygems.org"];
7       sha256 = "1yvii03hcgqj30maavddqamqy50h7y6xcn2wcyq72wn823zl4ckd";
8       type = "gem";
9     };
10     version = "1.16.3";
11   };
12   rb-fsevent = {
13     groups = ["default"];
14     platforms = [];
15     source = {
16       remotes = ["https://rubygems.org"];
17       sha256 = "1zmf31rnpm8553lqwibvv3kkx0v7majm1f341xbxc0bk5sbhp423";
18       type = "gem";
19     };
20     version = "0.11.2";
21   };
22   rb-inotify = {
23     dependencies = ["ffi"];
24     groups = ["default"];
25     platforms = [];
26     source = {
27       remotes = ["https://rubygems.org"];
28       sha256 = "1jm76h8f8hji38z3ggf4bzi8vps6p7sagxn3ab57qc0xyga64005";
29       type = "gem";
30     };
31     version = "0.10.1";
32   };
33   sass = {
34     dependencies = ["sass-listen"];
35     groups = ["default"];
36     platforms = [];
37     source = {
38       remotes = ["https://rubygems.org"];
39       sha256 = "0p95lhs0jza5l7hqci1isflxakz83xkj97lkvxl919is0lwhv2w0";
40       type = "gem";
41     };
42     version = "3.7.4";
43   };
44   sass-listen = {
45     dependencies = ["rb-fsevent" "rb-inotify"];
46     groups = ["default"];
47     platforms = [];
48     source = {
49       remotes = ["https://rubygems.org"];
50       sha256 = "0xw3q46cmahkgyldid5hwyiwacp590zj2vmswlll68ryvmvcp7df";
51       type = "gem";
52     };
53     version = "4.0.0";
54   };