python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / tools / sass / gemset.nix
blobc0c5937b15a4a798bf2ccc969db16f39854ad44a
2   ffi = {
3     groups = ["default"];
4     platforms = [];
5     source = {
6       remotes = ["https://rubygems.org"];
7       sha256 = "0j8pzj8raxbir5w5k6s7a042sb5k02pg0f8s4na1r5lan901j00p";
8       type = "gem";
9     };
10     version = "1.10.0";
11   };
12   rb-fsevent = {
13     groups = ["default"];
14     platforms = [];
15     source = {
16       remotes = ["https://rubygems.org"];
17       sha256 = "1lm1k7wpz69jx7jrc92w3ggczkjyjbfziq5mg62vjnxmzs383xx8";
18       type = "gem";
19     };
20     version = "0.10.3";
21   };
22   rb-inotify = {
23     dependencies = ["ffi"];
24     groups = ["default"];
25     platforms = [];
26     source = {
27       remotes = ["https://rubygems.org"];
28       sha256 = "1fs7hxm9g6ywv2yih83b879klhc4fs8i0p9166z795qmd77dk0a4";
29       type = "gem";
30     };
31     version = "0.10.0";
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   };