Merge pull request #3650 from khaneliman/nix

This commit is contained in:
Alexis Rouillard 2024-09-28 20:16:12 +02:00 committed by GitHub
commit a1adf6847f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@
}:
let
libcava = rec {
version = "0.10.2";
version = "0.10.3";
src = pkgs.fetchFromGitHub {
owner = "LukashonakV";
repo = "cava";
rev = version;
hash = "sha256-jU7RQV2txruu/nUUl0TzjK4nai7G38J1rcTjO7UXumY=";
hash = "sha256-ZDFbI69ECsUTjbhlw2kHRufZbQMu+FQSMmncCJ5pagg=";
};
};
in