6 rustPlatform.buildRustPackage rec {
7 pname = "bankstown-lv2";
10 src = fetchFromGitHub {
14 hash = "sha256-IThXEY+mvT2MCw0PSWU/182xbUafd6dtm6hNjieLlKg=";
17 cargoHash = "sha256-yRzM4tcYc6mweTpLnnlCeKgP00L2wRgHamtUzK9Kstc=";
20 export LIBDIR=$out/lib
28 homepage = "https://github.com/chadmed/bankstown";
29 description = "Halfway-decent three-stage psychoacoustic bass approximation";
30 license = licenses.mit;
31 maintainers = with maintainers; [ yuka ];
32 platforms = platforms.linux;