Merge pull request #302894 from NikolaiSch/updating-juce

juce: 7.0.10 -> 7.0.11
This commit is contained in:
Pascal Wittmann 2024-04-10 19:57:24 +02:00 committed by GitHub
commit 388f9799d7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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