nixpkgs/pkgs/development/tools/sass/gemset.nix

56 lines
1.3 KiB
Nix
Raw Normal View History

2016-05-20 15:41:06 +02:00
{
2018-05-13 12:17:05 +02:00
ffi = {
2019-05-03 11:28:23 +02:00
groups = ["default"];
platforms = [];
2018-05-13 12:17:05 +02:00
source = {
remotes = ["https://rubygems.org"];
2019-05-03 11:28:23 +02:00
sha256 = "0j8pzj8raxbir5w5k6s7a042sb5k02pg0f8s4na1r5lan901j00p";
2018-05-13 12:17:05 +02:00
type = "gem";
};
2019-05-03 11:28:23 +02:00
version = "1.10.0";
2018-05-13 12:17:05 +02:00
};
rb-fsevent = {
2019-05-03 11:28:23 +02:00
groups = ["default"];
platforms = [];
2018-05-13 12:17:05 +02:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "1lm1k7wpz69jx7jrc92w3ggczkjyjbfziq5mg62vjnxmzs383xx8";
type = "gem";
};
version = "0.10.3";
};
rb-inotify = {
dependencies = ["ffi"];
2019-05-03 11:28:23 +02:00
groups = ["default"];
platforms = [];
2018-05-13 12:17:05 +02:00
source = {
remotes = ["https://rubygems.org"];
2019-05-03 11:28:23 +02:00
sha256 = "1fs7hxm9g6ywv2yih83b879klhc4fs8i0p9166z795qmd77dk0a4";
2018-05-13 12:17:05 +02:00
type = "gem";
};
2019-05-03 11:28:23 +02:00
version = "0.10.0";
2018-05-13 12:17:05 +02:00
};
2016-05-20 15:41:06 +02:00
sass = {
2018-05-13 12:17:05 +02:00
dependencies = ["sass-listen"];
2019-05-03 11:28:23 +02:00
groups = ["default"];
platforms = [];
2018-05-13 12:17:05 +02:00
source = {
remotes = ["https://rubygems.org"];
2019-05-03 11:28:23 +02:00
sha256 = "0p95lhs0jza5l7hqci1isflxakz83xkj97lkvxl919is0lwhv2w0";
2018-05-13 12:17:05 +02:00
type = "gem";
};
2019-05-03 11:28:23 +02:00
version = "3.7.4";
2018-05-13 12:17:05 +02:00
};
sass-listen = {
dependencies = ["rb-fsevent" "rb-inotify"];
2019-05-03 11:28:23 +02:00
groups = ["default"];
platforms = [];
2016-05-20 15:41:06 +02:00
source = {
remotes = ["https://rubygems.org"];
2018-05-13 12:17:05 +02:00
sha256 = "0xw3q46cmahkgyldid5hwyiwacp590zj2vmswlll68ryvmvcp7df";
2016-05-20 15:41:06 +02:00
type = "gem";
};
2018-05-13 12:17:05 +02:00
version = "4.0.0";
2016-05-20 15:41:06 +02:00
};
2021-01-21 22:12:40 +01:00
}