Merge pull request #299749 from r-ryantm/auto-update/fluidsynth

fluidsynth: 2.3.4 -> 2.3.5
This commit is contained in:
Weijia Wang 2024-04-06 02:12:51 +02:00 committed by GitHub
commit 15b4f6b055
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

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