zed-editor: 0.204.4 -> 0.204.5

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.204.5
This commit is contained in:
botnk
2025-09-23 01:32:46 +00:00
parent 70ef32a2ae
commit 4192cf155c

View File

@@ -99,7 +99,7 @@ let
in in
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "zed-editor"; pname = "zed-editor";
version = "0.204.4"; version = "0.204.5";
outputs = [ outputs = [
"out" "out"
@@ -112,7 +112,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
owner = "zed-industries"; owner = "zed-industries";
repo = "zed"; repo = "zed";
tag = "v${finalAttrs.version}"; tag = "v${finalAttrs.version}";
hash = "sha256-uK3Efx9MBvNM2fXSLq05SdLjtI+He11qgsw8r1mWUWo="; hash = "sha256-P3mD4jaoQA4zWHjWtrvRBG25lgmudbkuFLP+Cy6xaDg=";
}; };
patches = [ patches = [
@@ -143,7 +143,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
--replace-fail '$CARGO_ABOUT_VERSION' '${cargo-about.version}' --replace-fail '$CARGO_ABOUT_VERSION' '${cargo-about.version}'
''; '';
cargoHash = "sha256-CyzitGBfZoKQKhCs09Q1skIGX+syMV7OPfQPNvX01ow="; cargoHash = "sha256-Mlcpcp9/+ZoUdQUYpYX33uxNoAE4gAFh0twGFxi4tNw=";
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake