fluidsynth: 2.4.3 -> 2.4.4

This commit is contained in:
R. Ryantm
2025-03-17 00:54:36 +00:00
parent 8db87f2960
commit 922f495860
@@ -5,13 +5,13 @@
stdenv.mkDerivation rec {
pname = "fluidsynth";
version = "2.4.3";
version = "2.4.4";
src = fetchFromGitHub {
owner = "FluidSynth";
repo = "fluidsynth";
rev = "v${version}";
hash = "sha256-LaJcWrHgt/RzlDQmpzOjF/9ugD5d+8XWRt7pU3SM5Rk=";
hash = "sha256-K7NJOLq0Yjf8IlJZKqQA7WS1uKPC+WN97mtPgwhA/+8=";
};
outputs = [ "out" "dev" "man" ];