fluidsynth: keep version

This avoids a mass-rebuild for packages which depend on fluidsynth 2.x.
This commit is contained in:
Linus Heckemann 2018-12-18 09:30:32 +01:00
parent 86fac8b528
commit 6bdcc10767

View file

@ -21,6 +21,7 @@ with versionMap.${version};
stdenv.mkDerivation rec {
name = "fluidsynth-${fluidsynthVersion}";
version = fluidsynthVersion;
src = fetchFromGitHub {
owner = "FluidSynth";