tree-from-tags: pin to ruby_3_1

This commit is contained in:
wxt
2024-11-10 07:27:35 +08:00
parent 2f037ff56f
commit 17934161df
3 changed files with 6 additions and 2 deletions
+1 -1
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";
+1 -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
+4
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;
};
}