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

fluidsynth: 2.2.7 -> 2.2.8

authored by Mario Rodas and committed by GitHub f478386d 6a1cd17d

+2 -2
+2 -2
pkgs/applications/audio/fluidsynth/default.nix
··· 5 6 stdenv.mkDerivation rec { 7 pname = "fluidsynth"; 8 - version = "2.2.7"; 9 10 src = fetchFromGitHub { 11 owner = "FluidSynth"; 12 repo = "fluidsynth"; 13 rev = "v${version}"; 14 - sha256 = "sha256-4uo+Ldrp66dmemulKqofX2pz8tE73/5zGtmnY5BHjs8="; 15 }; 16 17 nativeBuildInputs = [ buildPackages.stdenv.cc pkg-config cmake ];
··· 5 6 stdenv.mkDerivation rec { 7 pname = "fluidsynth"; 8 + version = "2.2.8"; 9 10 src = fetchFromGitHub { 11 owner = "FluidSynth"; 12 repo = "fluidsynth"; 13 rev = "v${version}"; 14 + sha256 = "sha256-zJMe2skFeXhrAx9vBcTXWJLfivI/iXyc0JFlNKpBETQ="; 15 }; 16 17 nativeBuildInputs = [ buildPackages.stdenv.cc pkg-config cmake ];