summary refs log tree commit diff
path: root/pkgs/applications/audio/tree-from-tags/gemset.nix
blob: f482d174ebc2f3ce5f7d42dff18b2ca9f52d67c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  taglib-ruby = {
    source = {
      remotes = ["https://rubygems.org"];
      sha256 = "0r8g7zdncc6243d000jn0grc1n70rn9mx16vggy3q7c4wgsa37xi";
      type = "gem";
    };
    version = "0.7.1";
  };
}