juce: 8.0.9 -> 8.0.10 (#445288)

This commit is contained in:
nixpkgs-merge-bot[bot]
2025-09-23 11:53:08 +00:00
committed by GitHub
+2 -2
View File
@@ -34,13 +34,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "juce";
version = "8.0.9";
version = "8.0.10";
src = fetchFromGitHub {
owner = "juce-framework";
repo = "juce";
tag = finalAttrs.version;
hash = "sha256-RUrKQFRLX68L3ROCUFaODSaRMH6zPpAKbc4/e5yDcZ4=";
hash = "sha256-YSNVQ337/IAlz3mFNgJisIY5D9wPz6sFboMNwsjcGBo=";
};
patches = [