pkgs: change-audio: 0.1.2 -> 0.2.0
Allow muting microphone and speakers, with refactor to make it DRY.
This commit is contained in:
parent
2d7f01f035
commit
119504d0b5
2 changed files with 56 additions and 17 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, libnotify, makeWrapper, pamixer, shellcheck, stdenvNoCC }:
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "change-audio";
|
||||
version = "0.1.2";
|
||||
version = "0.2.0";
|
||||
|
||||
src = ./change-audio;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue