From 5919c57527d8a5a22c912d5b2bf1cdaa64d7d1ef Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 13 Feb 2025 09:14:43 -0800 Subject: [PATCH] build: replace codeberg dep with self-hosted mirror The content hashes match so if users don't trust us they can grab from upstream. --- build.zig.zon | 2 +- build.zig.zon.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.zig.zon b/build.zig.zon index 9a4772c53..a633a9fb8 100644 --- a/build.zig.zon +++ b/build.zig.zon @@ -34,7 +34,7 @@ .hash = "12207831bce7d4abce57b5a98e8f3635811cfefd160bca022eb91fe905d36a02cf25", }, .zig_wayland = .{ - .url = "https://codeberg.org/ifreund/zig-wayland/archive/fbfe3b4ac0b472a27b1f1a67405436c58cbee12d.tar.gz", + .url = "https://deps.files.ghostty.org/zig-wayland-fbfe3b4ac0b472a27b1f1a67405436c58cbee12d.tar.gz", .hash = "12209ca054cb1919fa276e328967f10b253f7537c4136eb48f3332b0f7cf661cad38", }, .zf = .{ diff --git a/build.zig.zon.nix b/build.zig.zon.nix index 64cb8f369..0edada825 100644 --- a/build.zig.zon.nix +++ b/build.zig.zon.nix @@ -199,7 +199,7 @@ in name = "12209ca054cb1919fa276e328967f10b253f7537c4136eb48f3332b0f7cf661cad38"; path = fetchZigArtifact { name = "zig_wayland"; - url = "https://codeberg.org/ifreund/zig-wayland/archive/fbfe3b4ac0b472a27b1f1a67405436c58cbee12d.tar.gz"; + url = "https://deps.files.ghostty.org/zig-wayland-fbfe3b4ac0b472a27b1f1a67405436c58cbee12d.tar.gz"; hash = "sha256-RtAystqK/GRYIquTK1KfD7rRSCrfuzAvCD1Z9DE1ldc="; }; }