12 stdenv.mkDerivation (finalAttrs: {
16 src = fetchFromGitHub {
19 rev = "v${finalAttrs.version}";
20 hash = "sha256-LtL69t2r9TlIkpQWZLge8ib7NZ5rvLW6JllG2UM16Kw=";
23 nativeBuildInputs = [ autoreconfHook ];
32 homepage = "https://github.com/flac123/flac123";
33 changelog = "https://github.com/flac123/flac123/blob/${finalAttrs.src.rev}/NEWS";
34 description = "Command-line program for playing FLAC audio files";
35 license = lib.licenses.gpl2Plus;
36 maintainers = with lib.maintainers; [ kiike ];
37 mainProgram = "flac123";
38 platforms = lib.platforms.unix;