fluidsynth: 2.3.5 -> 2.3.6

This commit is contained in:
R. Ryantm 2024-08-03 12:58:27 +00:00
parent 54770984fc
commit 3f799fa8d8

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" ];