9 stdenv.mkDerivation rec {
11 version = "unstable-2022-10-31";
13 src = fetchFromGitHub {
16 rev = "9d7a9f4b1c40d26949fa730987f6c3eb9cf3e3ec";
17 sha256 = "Joxlu+k8xaF90u+ydHhu6NpqGQAKL8r5u4qAsfVfOz8=";
28 # Some targets are not enabled by default
30 "all" "opt_oki" "optdac" "optvgm32"
33 passthru.updateScript = unstableGitUpdater {
34 url = "https://github.com/vgmrips/vgmtools.git";
38 homepage = "https://github.com/vgmrips/vgmtools";
39 description = "A collection of tools for the VGM file format";
40 license = licenses.gpl2; # Not clarified whether Only or Plus
41 maintainers = with maintainers; [ OPNA2608 ];
42 platforms = platforms.all;