Merge pull request #4058 from khaneliman/cava

This commit is contained in:
Alexis Rouillard 2025-04-15 20:28:12 +02:00 committed by GitHub
commit c8484ebb1d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View File

@ -5,12 +5,12 @@
}:
let
libcava = rec {
version = "0.10.3";
version = "0.10.4";
src = pkgs.fetchFromGitHub {
owner = "LukashonakV";
repo = "cava";
rev = version;
hash = "sha256-ZDFbI69ECsUTjbhlw2kHRufZbQMu+FQSMmncCJ5pagg=";
tag = version;
hash = "sha256-9eTDqM+O1tA/3bEfd1apm8LbEcR9CVgELTIspSVPMKM=";
};
};
in