mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
parent
89b290070b
commit
0ff2bea43e
2 changed files with 7 additions and 7 deletions
|
@ -1,5 +1,5 @@
|
||||||
diff --git a/.cargo/config.toml b/.cargo/config.toml
|
diff --git a/.cargo/config.toml b/.cargo/config.toml
|
||||||
index 07cbc23195..b3c4d43e0f 100644
|
index 717c5e1..0bb7b6c 100644
|
||||||
--- a/.cargo/config.toml
|
--- a/.cargo/config.toml
|
||||||
+++ b/.cargo/config.toml
|
+++ b/.cargo/config.toml
|
||||||
@@ -5,14 +5,6 @@ rustflags = ["-C", "symbol-mangling-version=v0", "--cfg", "tokio_unstable"]
|
@@ -5,14 +5,6 @@ rustflags = ["-C", "symbol-mangling-version=v0", "--cfg", "tokio_unstable"]
|
||||||
|
@ -14,6 +14,6 @@ index 07cbc23195..b3c4d43e0f 100644
|
||||||
-linker = "clang"
|
-linker = "clang"
|
||||||
-rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|
-rustflags = ["-C", "link-arg=-fuse-ld=mold"]
|
||||||
-
|
-
|
||||||
[target.aarch64-apple-darwin]
|
[target.'cfg(target_os = "windows")']
|
||||||
rustflags = ["-C", "link-args=-Objc -all_load"]
|
rustflags = [
|
||||||
|
"--cfg",
|
||||||
|
|
|
@ -99,7 +99,7 @@ let
|
||||||
in
|
in
|
||||||
rustPlatform.buildRustPackage (finalAttrs: {
|
rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
pname = "zed-editor";
|
pname = "zed-editor";
|
||||||
version = "0.187.9";
|
version = "0.188.3";
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
[ "out" ]
|
[ "out" ]
|
||||||
|
@ -111,7 +111,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
owner = "zed-industries";
|
owner = "zed-industries";
|
||||||
repo = "zed";
|
repo = "zed";
|
||||||
tag = "v${finalAttrs.version}";
|
tag = "v${finalAttrs.version}";
|
||||||
hash = "sha256-BWn36z6EoyYRGtYZjWmTbu77M2wYNNBQ76u6MhKlkY4=";
|
hash = "sha256-ZyKFzb6/kVw/uLTmhnyrwmgyTHTwgu/WbOga409eZvg=";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [
|
patches = [
|
||||||
|
@ -138,7 +138,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
useFetchCargoVendor = true;
|
useFetchCargoVendor = true;
|
||||||
cargoHash = "sha256-kXE+brvG8Z70Bla5SXGwRVX+fP8PtIPOkYXLhyJa4l8=";
|
cargoHash = "sha256-0Nwdw20YdezGvUCkFw6ZV55qsebIhtnIoPoHd4tgIyA=";
|
||||||
|
|
||||||
nativeBuildInputs =
|
nativeBuildInputs =
|
||||||
[
|
[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue