juce: 8.0.7 -> 8.0.8 (#415399)

Co-authored-by: kashw2 <kashw2@users.noreply.github.com>
This commit is contained in:
nixpkgs-merge-bot[bot] 2025-06-10 12:51:19 +00:00 committed by GitHub
commit 2933fbd013
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,13 +34,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "juce";
version = "8.0.7";
version = "8.0.8";
src = fetchFromGitHub {
owner = "juce-framework";
repo = "juce";
tag = finalAttrs.version;
hash = "sha256-nl4pUSkUKqpMoehzq0MS5pjHpYDkrFpUsY8BwpQObCM=";
hash = "sha256-kp3rMaHWBbEh4UaRMxcLo/DiSJV942OY+LYxh6W7dFc=";
};
patches = [