zed-editor: 0.198.3 -> 0.198.5

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.198.5
This commit is contained in:
botnk
2025-08-09 01:45:59 +00:00
parent 7d48c901cd
commit b51705d706

View File

@@ -99,7 +99,7 @@ let
in in
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "zed-editor"; pname = "zed-editor";
version = "0.198.3"; version = "0.198.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-icLiruC219iuT5vO1Cc77mz01z/Afx9Xt23uxXhbPPo="; hash = "sha256-jDwHw5kbm0qfV2WJ5tbFl9z/1S1ICp8bCZbhUD5o0VI=";
}; };
patches = [ patches = [
@@ -138,7 +138,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
--replace-fail "inner.redirect(policy)" "inner.redirect_policy(policy)" --replace-fail "inner.redirect(policy)" "inner.redirect_policy(policy)"
''; '';
cargoHash = "sha256-z8xlU25L+LZxLOfSQowpVEnKM0BU+dgNqlFG3mh1HAQ="; cargoHash = "sha256-MHwMsMdv7TjnWi2Kmr7vA+TUK+VyHMm4faYOssJ5Z1o=";
nativeBuildInputs = [ nativeBuildInputs = [
cmake cmake