6 rustPlatform.buildRustPackage rec {
10 src = fetchFromGitHub {
14 sha256 = "sha256-r/6AAZKZgPYUGic/Dag7OT5RtH+RKgEkJVWxsO5VGZ0=";
17 cargoHash = "sha256-srwbrMBUJz/Xi+Hk2GY9oo4rcTfKl/r146YWSSx6dew=";
20 description = "Basic interface to PipeWire volume controls";
21 homepage = "https://github.com/smasher164/pw-volume";
22 changelog = "https://github.com/smasher164/pw-volume/releases/tag/v${version}";
23 license = licenses.mit;
24 maintainers = with maintainers; [ astro figsoda ];
25 platforms = platforms.linux;
26 mainProgram = "pw-volume";