9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-yhR8xLCFSmTG2yqsbiP3w8vcvLz4dsn4cbMPFedzUFI=";
20 cargoHash = "sha256-ssHYQhx5rNkTH6KJuJh2wPcptIcIxP8BcDNriGj3btk=";
22 nativeBuildInputs = [ pkg-config ];
24 buildInputs = [ alsa-lib libjack2 ];
30 description = "A cross-platform audio recording/playback CLI tool with TUI, written in Rust";
31 homepage = "https://github.com/chaosprint/asak";
32 changelog = "https://github.com/chaosprint/asak/releases/tag/v${version}";
33 license = lib.licenses.mit;
35 maintainers = with lib.maintainers; [ anas ];
36 platforms = with lib.platforms; unix ++ windows;