fluidsynth: 2.4.7 -> 2.4.8

Changes: https://github.com/FluidSynth/fluidsynth/releases/tag/v2.4.8
This commit is contained in:
Sergei Trofimovich
2025-09-03 22:38:08 +01:00
parent c5d7abb5ab
commit 04a9c31ebf
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fluidsynth";
version = "2.4.7";
version = "2.4.8";
src = fetchFromGitHub {
owner = "FluidSynth";
repo = "fluidsynth";
tag = "v${finalAttrs.version}";
hash = "sha256-z7DIX8KpPdtEHEMoxH7ewW32aXm27gfmWPZawwITyRQ=";
hash = "sha256-rOPoRV0NWrlFZohqQ76gnXvt4/ryEI4nSlX+mNW+qf8=";
};
outputs = [