juce: 8.0.8 -> 8.0.9

This commit is contained in:
R. Ryantm
2025-09-11 17:56:33 +00:00
parent ce43b94ad4
commit aa352f6f64
+2 -2
View File
@@ -34,13 +34,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "juce";
version = "8.0.8";
version = "8.0.9";
src = fetchFromGitHub {
owner = "juce-framework";
repo = "juce";
tag = finalAttrs.version;
hash = "sha256-kp3rMaHWBbEh4UaRMxcLo/DiSJV942OY+LYxh6W7dFc=";
hash = "sha256-RUrKQFRLX68L3ROCUFaODSaRMH6zPpAKbc4/e5yDcZ4=";
};
patches = [