fluidsynth: 2.3.5 -> 2.3.6 (#331983)

This commit is contained in:
Weijia Wang 2024-09-13 01:16:42 +02:00 committed by GitHub
commit 139c828d71
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "fluidsynth";
version = "2.3.5";
version = "2.3.6";
src = fetchFromGitHub {
owner = "FluidSynth";
repo = "fluidsynth";
rev = "v${version}";
hash = "sha256-CzKfvQzhF4Mz2WZaJM/Nt6XjF6ThlX4jyQSaXfZukG8=";
hash = "sha256-bmA4eUh7MC4dXPsOOi9Q5jneSE5OGUWrztv+46LxaW0=";
};
outputs = [ "out" "dev" "man" ];