10 rustPlatform.buildRustPackage rec {
14 src = fetchFromGitHub {
18 hash = "sha256-yhR8xLCFSmTG2yqsbiP3w8vcvLz4dsn4cbMPFedzUFI=";
21 cargoHash = "sha256-ssHYQhx5rNkTH6KJuJh2wPcptIcIxP8BcDNriGj3btk=";
23 nativeBuildInputs = [ pkg-config ];
34 description = "A cross-platform audio recording/playback CLI tool with TUI, written in Rust";
35 homepage = "https://github.com/chaosprint/asak";
36 changelog = "https://github.com/chaosprint/asak/releases/tag/v${version}";
37 license = lib.licenses.mit;
39 maintainers = with lib.maintainers; [ anas ];
40 platforms = with lib.platforms; unix ++ windows;