fluidsynth: keep version
This avoids a mass-rebuild for packages which depend on fluidsynth 2.x.
This commit is contained in:
parent
86fac8b528
commit
6bdcc10767
@ -21,6 +21,7 @@ with versionMap.${version};
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "fluidsynth-${fluidsynthVersion}";
|
||||
version = fluidsynthVersion;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "FluidSynth";
|
||||
|
Loading…
Reference in New Issue
Block a user