airwin2rack: fix compatibility with JUCE 8.0.11

This commit is contained in:
eljamm
2025-12-08 08:02:34 +01:00
parent 8ea96eea4e
commit 1523e36f27
+2 -2
View File
@@ -49,8 +49,8 @@ let
clapJuceExtensions = fetchFromGitHub {
owner = "free-audio";
repo = "clap-juce-extensions";
rev = "4f33b4930b6af806018c009f0f24b3a50808af99";
hash = "sha256-M+T7ll3Ap6VIP5ub+kfEKwT2RW2IxxY4wUPRQKFIotk=";
rev = "645ed2fd0949d36639e3d63333f26136df6df769";
hash = "sha256-Lx88nyEFjPLA5yh8rrqBdyZIxe/j0FgIHoyKcbjuuI4=";
fetchSubmodules = true;
};