From 686c0c4f5e8217bb66525b2634f498f0cf89f3ad Mon Sep 17 00:00:00 2001 From: Sergei Trofimovich Date: Mon, 10 Nov 2025 20:48:51 +0000 Subject: [PATCH] fluidsynth: 2.5.0 -> 2.5.1 Changes: https://github.com/FluidSynth/fluidsynth/releases/tag/v2.5.1 --- pkgs/by-name/fl/fluidsynth/package.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/fl/fluidsynth/package.nix b/pkgs/by-name/fl/fluidsynth/package.nix index 88e013502421..60852d919bf6 100644 --- a/pkgs/by-name/fl/fluidsynth/package.nix +++ b/pkgs/by-name/fl/fluidsynth/package.nix @@ -13,13 +13,13 @@ stdenv.mkDerivation (finalAttrs: { pname = "fluidsynth"; - version = "2.5.0"; + version = "2.5.1"; src = fetchFromGitHub { owner = "FluidSynth"; repo = "fluidsynth"; tag = "v${finalAttrs.version}"; - hash = "sha256-ouPCbXg9vgxSAHsReC7dmF1cstQZ1HaUoWcLChE35Hk="; + hash = "sha256-gTkW2X7fcmxJwYf13Yma6cBigz4sbsb99dBSYTDlcyY="; fetchSubmodules = true; };