summaryrefslogtreecommitdiff
path: root/build.zig.zon
diff options
context:
space:
mode:
authorMitchell Hashimoto <m@mitchellh.com>2025-09-15 09:31:03 -0700
committerMitchell Hashimoto <m@mitchellh.com>2025-09-15 09:31:09 -0700
commit693d64b5f83779de995cfda22049c84ae8d3b8e2 (patch)
tree05334d3418eb7d40d9a58f9f4362e38d93ad9fd5 /build.zig.zon
parentd4e62cb6d984262818bc4bc1660f3042dec60b85 (diff)
pin iTerm2 themes dependency
There is an upstream bug where subsequent releases will nuke prior released packages, resulting in 404s. Not good!
Diffstat (limited to 'build.zig.zon')
-rw-r--r--build.zig.zon4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.zig.zon b/build.zig.zon
index 9d0e21dca..105543e58 100644
--- a/build.zig.zon
+++ b/build.zig.zon
@@ -112,8 +112,8 @@
// Other
.apple_sdk = .{ .path = "./pkg/apple-sdk" },
.iterm2_themes = .{
- .url = "https://github.com/mbadolato/iTerm2-Color-Schemes/releases/download/release-20250915-154825-b4500fc/ghostty-themes.tgz",
- .hash = "N-V-__8AANodAwCEvYCmi9reftwnr5UhMTCWm1aFAfhImHqB",
+ .url = "https://deps.files.ghostty.org/ghostty-themes-20250915-162204-b1fe546.tgz",
+ .hash = "N-V-__8AANodAwDnyHwhlOv5cVRn2rx_dTvija-wy5YtTw1B",
.lazy = true,
},
},