diff options
| author | Jacob Sandlund <jacob@jacobsandlund.com> | 2025-08-17 21:27:59 -0400 |
|---|---|---|
| committer | Jacob Sandlund <jacob@jacobsandlund.com> | 2025-08-17 21:27:59 -0400 |
| commit | 0b7ab006e9b046e89016832e65a3b77866756235 (patch) | |
| tree | 13eb8ab1336cddc247eb8b6100a2b617949bd5d5 /build.zig.zon.nix | |
| parent | e84d8535f5504d7a47bcba8792f019f6f421336f (diff) | |
nix and flatpak updates
Diffstat (limited to 'build.zig.zon.nix')
| -rw-r--r-- | build.zig.zon.nix | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/build.zig.zon.nix b/build.zig.zon.nix index b1b19be37..0cb79329b 100644 --- a/build.zig.zon.nix +++ b/build.zig.zon.nix @@ -258,6 +258,22 @@ in }; } { + name = "uucode-0.0.0-ZZjBPjWBPACBbQFG11xoSRCP8NztUnPCieiCtBx0t57i"; + path = fetchZigArtifact { + name = "uucode"; + url = "https://github.com/jacobsandlund/uucode/archive/658743f845f25f8f8d30f535329829660c808eaf.tar.gz"; + hash = "sha256-1q5n3eqopVi1qrsg3XOth3ZkVo2ah2WgcyHkZrV7260="; + }; + } + { + name = "uucode_x-0.0.0-5_D0j04hAADjn00a4Jfsjqz-gO6oF8FTLWUXmmvO1_MQ"; + path = fetchZigArtifact { + name = "uucode_x"; + url = "https://github.com/jacobsandlund/uucode.x/archive/ca9a9a4560307a30319d206b1ac68a7fc2f2fce9.tar.gz"; + hash = "sha256-nr3tujSgGr5qE++ctjXGyS+9PrVdItovVHHgbo9ntWM="; + }; + } + { name = "vaxis-0.1.0-BWNV_FUICQAFZnTCL11TUvnUr1Y0_ZdqtXHhd51d76Rn"; path = fetchZigArtifact { name = "vaxis"; @@ -346,14 +362,6 @@ in }; } { - name = "ziglyph-0.11.2-AAAAAHPtHwB4Mbzn1KvOV7Wpjo82NYEc_v0WC8oCLrkf"; - path = fetchZigArtifact { - name = "ziglyph"; - url = "https://deps.files.ghostty.org/ziglyph-b89d43d1e3fb01b6074bc1f7fc980324b04d26a5.tar.gz"; - hash = "sha256-cse98+Ft8QUjX+P88yyYfaxJOJGQ9M7Ymw7jFxDz89k="; - }; - } - { name = "N-V-__8AAB0eQwD-0MdOEBmz7intriBReIsIDNlukNVoNu6o"; path = fetchZigArtifact { name = "zlib"; |
