Merge pull request #274037 from kirillrdy/juce

juce: 7.0.7 -> 7.0.9
This commit is contained in:
Weijia Wang 2023-12-15 23:42:08 +01:00 committed by GitHub
commit 48af9ad1fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,13 +20,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "juce";
version = "7.0.7";
version = "7.0.9";
src = fetchFromGitHub {
owner = "juce-framework";
repo = "juce";
rev = finalAttrs.version;
hash = "sha256-r+Wf/skPDexm3rsrVBoWrygKvV9HGlCQd7r0iHr9avM=";
hash = "sha256-k8cNTPH9OgOav4dsSLqrd5PlJ1rqO0PLt6Lwmumc2Gg=";
};
patches = [