Skip to content

Commit

Permalink
user/zed: update to 0.154.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Sep 25, 2024
1 parent ef9d507 commit efe41bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions user/zed/template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname = "zed"
pkgver = "0.154.1"
pkgver = "0.154.2"
pkgrel = 0
# wasmtime
archs = ["aarch64", "x86_64"]
Expand Down Expand Up @@ -34,7 +34,7 @@
source = (
f"https://github.com/zed-industries/zed/archive/refs/tags/v{pkgver}.tar.gz"
)
sha256 = "821d335b29fd2395137397f2bbcfe27ccc9e5a4bec57344eff13efdcc6dd9681"
sha256 = "7df9ea0ee1909a072ff4abcba71ed68d7e660ffa69dca3d18140d363974a55a7"
# workaround code that fails with default gc-sections with lld
# https://github.com/zed-industries/zed/issues/15902
tool_flags = {"RUSTFLAGS": ["-Clink-arg=-Wl,-z,nostart-stop-gc"]}
Expand Down

0 comments on commit efe41bb

Please sign in to comment.