tree-from-tags: pin to ruby_3_1

This commit is contained in:
wxt 2024-11-06 20:57:19 +08:00
parent 2f037ff56f
commit 17934161df
No known key found for this signature in database
GPG Key ID: 8281D5EE2D1825A4
3 changed files with 6 additions and 2 deletions

View File

@ -2,7 +2,7 @@
taglib-ruby = {
source = {
remotes = [ "https://rubygems.org" ];
hash = "sha256-sZ+h9OOEHTz8e9uEXpPN4NjA8gNWAgDaIMIwZts/D2U=";
sha256 = "0r8g7zdncc6243d000jn0grc1n70rn9mx16vggy3q7c4wgsa37xi";
type = "gem";
};
version = "0.7.1";

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation {
meta = {
description = "Create file hierarchies from media tags";
homepage = "https://www.emacswiki.org/emacs/Bongo";
platforms = lib.ruby.meta.platforms;
platforms = ruby.meta.platforms;
maintainers = with lib.maintainers; [
livnev
dbrock

View File

@ -19349,4 +19349,8 @@ with pkgs;
cantata = callPackage ../by-name/ca/cantata/package.nix {
ffmpeg = ffmpeg_6;
};
tree-from-tags = callPackage ../by-name/tr/tree-from-tags/package.nix {
ruby = ruby_3_1;
};
}