Merge pull request #1201 from mitchellh/deps-mirror

self-host freedesktop build dependencies
This commit is contained in:
Mitchell Hashimoto
2024-01-02 15:33:46 -08:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
.version = "2.14.2",
.dependencies = .{
.fontconfig = .{
.url = "https://www.freedesktop.org/software/fontconfig/release/fontconfig-2.14.2.tar.gz",
.url = "https://deps.files.ghostty.dev/fontconfig-2.14.2.tar.gz",
.hash = "12201149afb3326c56c05bb0a577f54f76ac20deece63aa2f5cd6ff31a4fa4fcb3b7",
},

View File

@ -3,7 +3,7 @@
.version = "0.42.2",
.dependencies = .{
.pixman = .{
.url = "https://gitlab.freedesktop.org/pixman/pixman/-/archive/pixman-0.42.2/pixman-pixman-0.42.2.tar.gz",
.url = "https://deps.files.ghostty.dev/pixman-pixman-0.42.2.tar.gz",
.hash = "12209b9206f9a5d31ccd9a2312cc72cb9dfc3e034aee1883c549dc1d753fae457230",
},
},