12 stdenv.mkDerivation rec {
16 src = fetchFromGitHub {
20 sha256 = "sha256-8morbrq8zG+2N3ruMeJa85ci9P0wPQOfZ5H56diFEAo=";
34 description = "Library for reading and resampling audio files";
35 homepage = "https://www.zrythm.org";
36 license = licenses.agpl3Plus;
37 mainProgram = "audec";
38 platforms = platforms.all;