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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

56 lines
1.3 KiB
Nix
Raw Normal View History

2016-05-20 13:41:06 +00:00
{
2018-05-13 10:17:05 +00:00
ffi = {
2019-05-03 09:28:23 +00:00
groups = ["default"];
platforms = [];
2018-05-13 10:17:05 +00:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "1yvii03hcgqj30maavddqamqy50h7y6xcn2wcyq72wn823zl4ckd";
2018-05-13 10:17:05 +00:00
type = "gem";
};
version = "1.16.3";
2018-05-13 10:17:05 +00:00
};
rb-fsevent = {
2019-05-03 09:28:23 +00:00
groups = ["default"];
platforms = [];
2018-05-13 10:17:05 +00:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "1zmf31rnpm8553lqwibvv3kkx0v7majm1f341xbxc0bk5sbhp423";
2018-05-13 10:17:05 +00:00
type = "gem";
};
version = "0.11.2";
2018-05-13 10:17:05 +00:00
};
rb-inotify = {
dependencies = ["ffi"];
2019-05-03 09:28:23 +00:00
groups = ["default"];
platforms = [];
2018-05-13 10:17:05 +00:00
source = {
remotes = ["https://rubygems.org"];
sha256 = "1jm76h8f8hji38z3ggf4bzi8vps6p7sagxn3ab57qc0xyga64005";
2018-05-13 10:17:05 +00:00
type = "gem";
};
version = "0.10.1";
2018-05-13 10:17:05 +00:00
};
2016-05-20 13:41:06 +00:00
sass = {
2018-05-13 10:17:05 +00:00
dependencies = ["sass-listen"];
2019-05-03 09:28:23 +00:00
groups = ["default"];
platforms = [];
2018-05-13 10:17:05 +00:00
source = {
remotes = ["https://rubygems.org"];
2019-05-03 09:28:23 +00:00
sha256 = "0p95lhs0jza5l7hqci1isflxakz83xkj97lkvxl919is0lwhv2w0";
2018-05-13 10:17:05 +00:00
type = "gem";
};
2019-05-03 09:28:23 +00:00
version = "3.7.4";
2018-05-13 10:17:05 +00:00
};
sass-listen = {
dependencies = ["rb-fsevent" "rb-inotify"];
2019-05-03 09:28:23 +00:00
groups = ["default"];
platforms = [];
2016-05-20 13:41:06 +00:00
source = {
remotes = ["https://rubygems.org"];
2018-05-13 10:17:05 +00:00
sha256 = "0xw3q46cmahkgyldid5hwyiwacp590zj2vmswlll68ryvmvcp7df";
2016-05-20 13:41:06 +00:00
type = "gem";
};
2018-05-13 10:17:05 +00:00
version = "4.0.0";
2016-05-20 13:41:06 +00:00
};
2021-01-21 21:12:40 +00:00
}