mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
update flatpak to use latest zig
This commit is contained in:
@ -117,7 +117,9 @@ For [Nix](https://nixos.org/) users, a `shell.nix` is available which includes
|
|||||||
all the necessary dependencies pinned to exact versions.
|
all the necessary dependencies pinned to exact versions.
|
||||||
|
|
||||||
**Note: Zig nightly is required.** Ghostty is built against the nightly
|
**Note: Zig nightly is required.** Ghostty is built against the nightly
|
||||||
releases of Zig. You can find binary releases of nightly builds
|
releases of Zig. I plan on stabilizing on a release version when I get
|
||||||
|
closer to generally releasing this to ease downstream packagers. During
|
||||||
|
development, I'm sticking to nightly Zig. You can find binary releases of nightly builds
|
||||||
on the [Zig downloads page](https://ziglang.org/download/).
|
on the [Zig downloads page](https://ziglang.org/download/).
|
||||||
|
|
||||||
Install dependencies by running `make`:
|
Install dependencies by running `make`:
|
||||||
|
@ -33,13 +33,13 @@ modules:
|
|||||||
- cp -r ./* /app/tmp/zig
|
- cp -r ./* /app/tmp/zig
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.1650+5e7b09ce9.tar.xz
|
url: https://ziglang.org/builds/zig-linux-x86_64-0.11.0-dev.1817+f6c934677.tar.xz
|
||||||
sha256: 8b77a475d3d124f0d4a4c4d4e2756f4a5317838272c08341325f196e8d539747
|
sha256: 5c401d9839f83355059b375ad15fda6ab11ef120ce497c02485ee3105678c06c
|
||||||
only-arches:
|
only-arches:
|
||||||
- x86_64
|
- x86_64
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://ziglang.org/builds/zig-linux-aarch64-0.11.0-dev.1650+5e7b09ce9.tar.xz
|
url: https://ziglang.org/builds/zig-linux-aarch64-0.11.0-dev.1817+f6c934677.tar.xz
|
||||||
sha256: 104c2370c6eba25164ede3fefaf133ed650cca951f2e473bd533cfb0660c4e23
|
sha256: 9c986f35f1c393aed91b252bed35a1f65a8c7b9f5d1a8d8a4fe41f84b4de1759
|
||||||
only-arches:
|
only-arches:
|
||||||
- aarch64
|
- aarch64
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user