summaryrefslogtreecommitdiff
path: root/build.zig.zon.nix
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.nix
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.nix')
-rw-r--r--build.zig.zon.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.zig.zon.nix b/build.zig.zon.nix
index 92db0e8f5..30e84f46f 100644
--- a/build.zig.zon.nix
+++ b/build.zig.zon.nix
@@ -163,11 +163,11 @@ in
};
}
{
- name = "N-V-__8AANodAwCEvYCmi9reftwnr5UhMTCWm1aFAfhImHqB";
+ name = "N-V-__8AANodAwDnyHwhlOv5cVRn2rx_dTvija-wy5YtTw1B";
path = fetchZigArtifact {
name = "iterm2_themes";
- url = "https://github.com/mbadolato/iTerm2-Color-Schemes/releases/download/release-20250915-154825-b4500fc/ghostty-themes.tgz";
- hash = "sha256-/6wSC8KIO1tJVxIXpIH1wiQKJazrx+b8RBt5tEYQPXU=";
+ url = "https://deps.files.ghostty.org/ghostty-themes-20250915-162204-b1fe546.tgz";
+ hash = "sha256-6rKNFpaUvSbvNZ0/+u0h4I/RRaV5V7xIPQ9y7eNVbCA=";
};
}
{