nixpkgs/pkgs/tools/audio/mpdcron/gemset.nix

24 lines
536 B
Nix
Raw Normal View History

2015-01-22 03:38:29 +00:00
{
2019-05-03 12:16:11 +00:00
mini_portile2 = {
groups = ["default"];
platforms = [];
2015-01-22 03:38:29 +00:00
source = {
2019-05-03 12:16:11 +00:00
remotes = ["https://rubygems.org"];
sha256 = "15zplpfw3knqifj9bpf604rb3wc1vhq6363pd6lvhayng8wql5vy";
2015-01-22 03:38:29 +00:00
type = "gem";
};
2019-05-03 12:16:11 +00:00
version = "2.4.0";
2015-01-22 03:38:29 +00:00
};
2019-05-03 12:16:11 +00:00
nokogiri = {
dependencies = ["mini_portile2"];
groups = ["default"];
platforms = [];
2015-01-22 03:38:29 +00:00
source = {
2019-05-03 12:16:11 +00:00
remotes = ["https://rubygems.org"];
sha256 = "02bjydih0j515szfv9mls195cvpyidh6ixm7dwbl3s2sbaxxk5s4";
2015-01-22 03:38:29 +00:00
type = "gem";
};
2019-05-03 12:16:11 +00:00
version = "1.10.3";
2015-01-22 03:38:29 +00:00
};
2021-01-21 21:12:40 +00:00
}