diff options
Diffstat (limited to 'pkgs/development/python-modules/matplotlib/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/matplotlib/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/matplotlib/default.nix b/pkgs/development/python-modules/matplotlib/default.nix index 9e520493597b..735e13d74142 100644 --- a/pkgs/development/python-modules/matplotlib/default.nix +++ b/pkgs/development/python-modules/matplotlib/default.nix @@ -192,8 +192,8 @@ buildPythonPackage rec { doCheck = true; freetype = freetype.overrideAttrs (_: { src = fetchurl { - url = "https://download.savannah.gnu.org/releases/freetype/freetype-old/freetype-2.6.1.tar.gz"; - sha256 = "sha256-Cjx9+9ptoej84pIy6OltmHq6u79x68jHVlnkEyw2cBQ="; + url = "mirror://savannah/freetype/freetype-old/freetype-2.6.1.tar.gz"; + hash = "sha256-Cjx9+9ptoej84pIy6OltmHq6u79x68jHVlnkEyw2cBQ="; }; patches = [ ]; }); |
