fluidsynth: 2.4.4 -> 2.4.6

This commit is contained in:
R. Ryantm
2025-05-10 19:08:16 +00:00
parent 74e5fb8074
commit e65bb5dd95
+2 -2
View File
@@ -14,13 +14,13 @@
stdenv.mkDerivation (finalAttrs: {
pname = "fluidsynth";
version = "2.4.4";
version = "2.4.6";
src = fetchFromGitHub {
owner = "FluidSynth";
repo = "fluidsynth";
tag = "v${finalAttrs.version}";
hash = "sha256-K7NJOLq0Yjf8IlJZKqQA7WS1uKPC+WN97mtPgwhA/+8=";
hash = "sha256-hy2kWJmvvmItXl05Nw9gWEYpoDg+NtP2veO2vZ00QhI=";
};
outputs = [