soundfont-fluid: fix src url
This commit is contained in:
parent
74e9b1753d
commit
e019371ab4
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
|||
name = "Fluid-3";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://www.musescore.org/download/fluid-soundfont.tar.gz";
|
||||
url = "https://ftp.osuosl.org/pub/musescore/soundfont/fluid-soundfont.tar.gz";
|
||||
sha256 = "1f96bi0y6rms255yr8dfk436azvwk66c99j6p43iavyq8jg7c5f8";
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue