fluidsynth: 2.3.6 -> 2.3.7

Changes: https://github.com/FluidSynth/fluidsynth/releases/tag/v2.3.7
This commit is contained in:
Sergei Trofimovich
2024-10-21 06:58:55 +01:00
parent 13bb3040ae
commit f451ce6d1f
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "fluidsynth";
version = "2.3.6";
version = "2.3.7";
src = fetchFromGitHub {
owner = "FluidSynth";
repo = "fluidsynth";
rev = "v${version}";
hash = "sha256-bmA4eUh7MC4dXPsOOi9Q5jneSE5OGUWrztv+46LxaW0=";
hash = "sha256-4Jn8pyVPrTPYZGdPZB+8guxTbD6s/1OpmLJlioDQFMA=";
};
outputs = [ "out" "dev" "man" ];