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

24 lines
536 B
Nix
Raw Normal View History

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