juce: 7.0.9 -> 7.0.10

This commit is contained in:
Weijia Wang 2024-03-25 10:09:09 +01:00
parent 817a592c92
commit b8d85215de
1 changed files with 2 additions and 2 deletions

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "juce";
version = "7.0.9";
version = "7.0.10";
src = fetchFromGitHub {
owner = "juce-framework";
repo = "juce";
rev = finalAttrs.version;
hash = "sha256-k8cNTPH9OgOav4dsSLqrd5PlJ1rqO0PLt6Lwmumc2Gg=";
hash = "sha256-CAHhHPTUvIyDOh2CdvNmw26HfoWWtbqRRiR+3Ky4GYA=";
};
patches = [