diff options
| author | Mitchell Hashimoto <m@mitchellh.com> | 2025-07-05 14:22:23 -0700 |
|---|---|---|
| committer | Mitchell Hashimoto <m@mitchellh.com> | 2025-07-05 14:23:10 -0700 |
| commit | 9ff77a56226ad482ad4740726c8a85ca834d37fe (patch) | |
| tree | 8f2122d4d2ca4366229cbf28275e7c804298e837 /build.zig.zon.nix | |
| parent | 43404bf4dc4ffc2e047307545bb3f7a0a422a706 (diff) | |
build: switch symbols over
Diffstat (limited to 'build.zig.zon.nix')
| -rw-r--r-- | build.zig.zon.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/build.zig.zon.nix b/build.zig.zon.nix index 952c1c8ec..f3d0e7a5d 100644 --- a/build.zig.zon.nix +++ b/build.zig.zon.nix @@ -210,11 +210,11 @@ in }; } { - name = "N-V-__8AAI9HTABr_zPUAKuMp_GR5p_z-kjPIX_e3EtLjOqI"; + name = "N-V-__8AAMVLTABmYkLqhZPLXnMl-KyN38R8UVYqGrxqO26s"; path = fetchZigArtifact { name = "nerd_fonts_symbols_only"; - url = "https://github.com/ryanoasis/nerd-fonts/releases/download/v3.4.0/NerdFontsSymbolsOnly.tar.xz"; - hash = "sha256-f4wJDaOw6qcQhka/NMu7btE9U1inJGBSIQiwbH7NcWo="; + url = "https://deps.files.ghostty.org/NerdFontsSymbolsOnly-3.4.0.tar.gz"; + hash = "sha256-EWTRuVbUveJI17LwmYxDzJT1ICQxoVZKeTiVsec7DQQ="; }; } { |
