1 { lib, rustPlatform, fetchCrate }:
3 rustPlatform.buildRustPackage rec {
9 hash = "sha256-JzOD0QQfDfIkJQATxGpyJBrFg5l6lkkAXY2qv9bir3c=";
12 cargoHash = "sha256-nmnpHz9sCRlxOngcSrW+oktYIKM/A295/a03fUf3ofw=";
15 description = "Simple digital waveform viewer with vi-like key bindings";
17 homepage = "https://github.com/psurply/dwfv";
18 license = licenses.mit;
19 maintainers = with maintainers; [ newam ];