9 stdenv.mkDerivation rec {
11 version = "0.1-unstable-2023-08-27";
13 src = fetchFromGitHub {
16 rev = "7b7f2041e346f0d4fff8c834a763edc4f4d88896";
17 hash = "sha256-L52h94uohLMnj29lZj+i9hM8n9hIYo20nRS8RCW8npY=";
28 # Some targets are not enabled by default
30 "all" "optdac" "optvgm32"
33 passthru.updateScript = unstableGitUpdater {
34 url = "https://github.com/vgmrips/vgmtools.git";
38 homepage = "https://github.com/vgmrips/vgmtools";
39 description = "Collection of tools for the VGM file format";
40 license = licenses.gpl2Only; # Not clarified whether Only or Plus
41 maintainers = with maintainers; [ OPNA2608 ];
42 platforms = platforms.all;