libcava: 0.10.4 -> 0.10.6

This commit is contained in:
John Titor
2025-10-25 05:58:35 +00:00
parent af37c3c051
commit fa452845e0

View File

@@ -8,13 +8,13 @@
cava.overrideAttrs (old: rec {
pname = "libcava";
# fork may not be updated when we update upstream
version = "0.10.4";
version = "0.10.6";
src = fetchFromGitHub {
owner = "LukashonakV";
repo = "cava";
tag = version;
hash = "sha256-9eTDqM+O1tA/3bEfd1apm8LbEcR9CVgELTIspSVPMKM=";
hash = "sha256-63be1wypMiqhPA6sjMebmFE6yKpTj/bUE53sMWun554=";
};
nativeBuildInputs = old.nativeBuildInputs ++ [