Merge pull request #4932 from LukashonakV/cavaBump

cava bump
This commit is contained in:
Alexis Rouillard
2026-03-19 09:54:58 +01:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

View File

@@ -6,13 +6,13 @@
}: }:
let let
libcava = rec { libcava = rec {
version = "0.10.7-beta"; version = "0.10.7";
src = pkgs.fetchFromGitHub { src = pkgs.fetchFromGitHub {
owner = "LukashonakV"; owner = "LukashonakV";
repo = "cava"; repo = "cava";
# NOTE: Needs to match the cava.wrap # NOTE: Needs to match the cava.wrap
tag = "v${version}"; tag = "${version}";
hash = "sha256-IX1B375gTwVDRjpRfwKGuzTAZOV2pgDWzUd4bW2cTDU="; hash = "sha256-zkyj1vBzHtoypX4Bxdh1Vmwh967DKKxN751v79hzmgQ=";
}; };
}; };
in in

View File

@@ -4,9 +4,9 @@
#depth = 1 #depth = 1
[wrap-file] [wrap-file]
directory = cava-0.10.7-beta directory = cava-0.10.7
source_url = https://github.com/LukashonakV/cava/archive/v0.10.7-beta.tar.gz source_url = https://github.com/LukashonakV/cava/archive/0.10.7.tar.gz
source_filename = cava-0.10.7.tar.gz source_filename = cava-0.10.7.tar.gz
source_hash = 8915d7214f2046554c158fe6f2ae518881dfb573e421ea848727be11a5dfa8c4 source_hash = 50cc6413e9c96c503657f814744a2baf429a24ff9fed31a8343e0ed285269eff
[provide] [provide]
libcava = cava_dep libcava = cava_dep