pkgs: change-audio: 0.2.0 -> 0.3.0

Only boost audio beyond 100% if specifically asked for.
This commit is contained in:
Bruno BELANYI 2022-02-18 12:12:29 +01:00
parent 27448ac60a
commit 305b0b985c
2 changed files with 18 additions and 5 deletions

View file

@ -1,7 +1,7 @@
{ lib, libnotify, makeWrapper, pamixer, shellcheck, stdenvNoCC }:
stdenvNoCC.mkDerivation rec {
pname = "change-audio";
version = "0.2.0";
version = "0.3.0";
src = ./change-audio;