houdini: fix fhsenv version (#363168)
[NixPkgs.git] / pkgs / development / tools / compass / gemset.nix
blob51a595f3a4221d004c6013a90f82354cf1d618ec
2   chunky_png = {
3     groups = [ "default" ];
4     platforms = [ ];
5     source = {
6       remotes = [ "https://rubygems.org" ];
7       sha256 = "1znw5x86hmm9vfhidwdsijz8m38pqgmv98l9ryilvky0aldv7mc9";
8       type = "gem";
9     };
10     version = "1.4.0";
11   };
12   compass = {
13     dependencies = [
14       "chunky_png"
15       "compass-core"
16       "compass-import-once"
17       "rb-fsevent"
18       "rb-inotify"
19       "sass"
20     ];
21     groups = [ "default" ];
22     platforms = [ ];
23     source = {
24       remotes = [ "https://rubygems.org" ];
25       sha256 = "0lfi83w8z75czr0pf0rmj9hda22082h3cmvczl8r1ma9agf88y2c";
26       type = "gem";
27     };
28     version = "1.0.3";
29   };
30   compass-core = {
31     dependencies = [
32       "multi_json"
33       "sass"
34     ];
35     groups = [ "default" ];
36     platforms = [ ];
37     source = {
38       remotes = [ "https://rubygems.org" ];
39       sha256 = "0yaspqwdmzwdcqviclbs3blq7an16pysrfzylz8q1gxmmd6bpj3a";
40       type = "gem";
41     };
42     version = "1.0.3";
43   };
44   compass-import-once = {
45     dependencies = [ "sass" ];
46     groups = [ "default" ];
47     platforms = [ ];
48     source = {
49       remotes = [ "https://rubygems.org" ];
50       sha256 = "0bn7gwbfz7jvvdd0qdfqlx67fcb83gyvxqc7dr9fhcnks3z8z5rq";
51       type = "gem";
52     };
53     version = "1.0.5";
54   };
55   ffi = {
56     groups = [ "default" ];
57     platforms = [ ];
58     source = {
59       remotes = [ "https://rubygems.org" ];
60       sha256 = "0ssxcywmb3flxsjdg13is6k01807zgzasdhj4j48dm7ac59cmksn";
61       type = "gem";
62     };
63     version = "1.15.4";
64   };
65   multi_json = {
66     groups = [ "default" ];
67     platforms = [ ];
68     source = {
69       remotes = [ "https://rubygems.org" ];
70       sha256 = "0pb1g1y3dsiahavspyzkdy39j4q377009f6ix0bh1ag4nqw43l0z";
71       type = "gem";
72     };
73     version = "1.15.0";
74   };
75   rb-fsevent = {
76     groups = [ "default" ];
77     platforms = [ ];
78     source = {
79       remotes = [ "https://rubygems.org" ];
80       sha256 = "1qsx9c4jr11vr3a9s5j83avczx9qn9rjaf32gxpc2v451hvbc0is";
81       type = "gem";
82     };
83     version = "0.11.0";
84   };
85   rb-inotify = {
86     dependencies = [ "ffi" ];
87     groups = [ "default" ];
88     platforms = [ ];
89     source = {
90       remotes = [ "https://rubygems.org" ];
91       sha256 = "1jm76h8f8hji38z3ggf4bzi8vps6p7sagxn3ab57qc0xyga64005";
92       type = "gem";
93     };
94     version = "0.10.1";
95   };
96   sass = {
97     groups = [ "default" ];
98     platforms = [ ];
99     source = {
100       remotes = [ "https://rubygems.org" ];
101       sha256 = "0kfpcwh8dgw4lc81qglkvjl73689jy3g7196zkxm4fpskg1p5lkw";
102       type = "gem";
103     };
104     version = "3.4.25";
105   };