nix/default: cava bump

This commit is contained in:
Austin Horstman 2024-09-28 12:41:10 -05:00
parent 486b99c22f
commit edab49f291
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

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