mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-06-05 21:03:40 +00:00
gyre-fonts: use https for sources
Signed-off-by: Lisanna Dettwyler <lisanna.dettwyler@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ stdenvNoCC.mkDerivation (finalAttrs: {
|
||||
version = "2.501";
|
||||
|
||||
src = fetchzip {
|
||||
url = "http://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tg${
|
||||
url = "https://www.gust.org.pl/projects/e-foundry/tex-gyre/whole/tg${
|
||||
lib.replaceStrings [ "." ] [ "_" ] finalAttrs.version
|
||||
}otf.zip";
|
||||
hash = "sha256-mRPI/rDsx1vDVItG7h29I7VNPYqgSPqChXS6/gVgfNc=";
|
||||
|
||||
Reference in New Issue
Block a user