24 wireplumber_0_4 = wireplumber.overrideAttrs (attrs: rec {
26 src = fetchFromGitLab {
27 domain = "gitlab.freedesktop.org";
31 hash = "sha256-vhpQT67+849WV1SFthQdUeFnYe/okudTQJoL3y+wXwI=";
35 stdenv.mkDerivation rec {
36 pname = "pwvucontrol";
39 src = fetchFromGitHub {
43 hash = "sha256-t4JUpKtuO1JgrdsNbl0M/SwPmoqu7WxsaD74vlJeVhY=";
46 cargoDeps = rustPlatform.importCargoLock {
47 lockFile = ./Cargo.lock;
49 "wireplumber-0.1.0" = "sha256-+LZ8xKok2AOegW8WvfrfZGXuQB4xHrLNshcTOHab+xQ=";
59 rustPlatform.bindgenHook
60 rustPlatform.cargoSetupHook
77 description = "Pipewire Volume Control";
78 homepage = "https://github.com/saivert/pwvucontrol";
79 license = licenses.gpl3Plus;
80 maintainers = with maintainers; [ figsoda ];
81 mainProgram = "pwvucontrol";
82 platforms = platforms.linux;