tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
zed-editor: 0.186.9 -> 0.188.3
seeker
9 months ago
f76714dc
f062b72d
+7
-7
2 changed files
expand all
collapse all
unified
split
pkgs
by-name
ze
zed-editor
0001-linux-linker.patch
package.nix
+4
-4
pkgs/by-name/ze/zed-editor/0001-linux-linker.patch
···
1
1
diff --git a/.cargo/config.toml b/.cargo/config.toml
2
2
-
index 07cbc23195..b3c4d43e0f 100644
2
2
+
index 717c5e1..0bb7b6c 100644
3
3
--- a/.cargo/config.toml
4
4
+++ b/.cargo/config.toml
5
5
@@ -5,14 +5,6 @@ rustflags = ["-C", "symbol-mangling-version=v0", "--cfg", "tokio_unstable"]
···
14
14
-linker = "clang"
15
15
-rustflags = ["-C", "link-arg=-fuse-ld=mold"]
16
16
-
17
17
-
[target.aarch64-apple-darwin]
18
18
-
rustflags = ["-C", "link-args=-Objc -all_load"]
19
19
-
17
17
+
[target.'cfg(target_os = "windows")']
18
18
+
rustflags = [
19
19
+
"--cfg",
+3
-3
pkgs/by-name/ze/zed-editor/package.nix
···
99
99
in
100
100
rustPlatform.buildRustPackage (finalAttrs: {
101
101
pname = "zed-editor";
102
102
-
version = "0.187.9";
102
102
+
version = "0.188.3";
103
103
104
104
outputs =
105
105
[ "out" ]
···
111
111
owner = "zed-industries";
112
112
repo = "zed";
113
113
tag = "v${finalAttrs.version}";
114
114
-
hash = "sha256-BWn36z6EoyYRGtYZjWmTbu77M2wYNNBQ76u6MhKlkY4=";
114
114
+
hash = "sha256-ZyKFzb6/kVw/uLTmhnyrwmgyTHTwgu/WbOga409eZvg=";
115
115
};
116
116
117
117
patches = [
···
138
138
'';
139
139
140
140
useFetchCargoVendor = true;
141
141
-
cargoHash = "sha256-kXE+brvG8Z70Bla5SXGwRVX+fP8PtIPOkYXLhyJa4l8=";
141
141
+
cargoHash = "sha256-0Nwdw20YdezGvUCkFw6ZV55qsebIhtnIoPoHd4tgIyA=";
142
142
143
143
nativeBuildInputs =
144
144
[