waybar: libcava 0.10.2 -> 0.10.3

Updated the libcava dependency in waybar to version 0.10.3 to include the latest fixes and improvements.
Via Alexays/Waybar#3426 (comment)
This commit is contained in:
Logger 2024-10-01 14:43:57 -06:00
parent b2dd9cd1e1
commit f00a2b79fb

View File

@ -78,8 +78,8 @@ let
libcava.src = fetchFromGitHub {
owner = "LukashonakV";
repo = "cava";
rev = "0.10.2";
hash = "sha256-jU7RQV2txruu/nUUl0TzjK4nai7G38J1rcTjO7UXumY=";
rev = "0.10.3";
hash = "sha256-ZDFbI69ECsUTjbhlw2kHRufZbQMu+FQSMmncCJ5pagg=";
};
in
stdenv.mkDerivation (finalAttrs: {