pkgs: change-audio: 0.1.1 -> 0.1.2
Show if volume is currently muted.
This commit is contained in:
parent
6ebfa1a8cc
commit
2d7f01f035
2 changed files with 8 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
{ lib, libnotify, makeWrapper, pamixer, shellcheck, stdenvNoCC }:
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "change-audio";
|
||||
version = "0.1.1";
|
||||
version = "0.1.2";
|
||||
|
||||
src = ./change-audio;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue