cava bump: 0.10.2 for nix

master
Unreal Hoang 2024-05-24 09:18:25 +09:00
parent 10664922c9
commit d012124c03
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
libcava = rec {
version = "0.10.1";
version = "0.10.2";
src = pkgs.fetchFromGitHub {
owner = "LukashonakV";
repo = "cava";
rev = version;
hash = "sha256-iIYKvpOWafPJB5XhDOSIW9Mb4I3A4pcgIIPQdQYEqUw=";
hash = "sha256-jU7RQV2txruu/nUUl0TzjK4nai7G38J1rcTjO7UXumY=";
};
};
in