fluidsynth: 2.4.7 -> 2.4.8 (#439988)

This commit is contained in:
Fabián Heredia Montiel
2025-09-10 23:13:04 -06:00
committed by GitHub
+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 = [