zed-editor: 0.188.3 -> 0.189.5

Diff: https://github.com/zed-industries/zed/compare/refs/tags/v0.188.3...v0.189.5

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.189.5
(cherry picked from commit 9e783da416)
This commit is contained in:
Gaetan Lepage 2025-06-07 18:38:22 +02:00 committed by Nicolas Mémeint
parent 0ff2bea43e
commit b5f7015d52

View file

@ -99,7 +99,7 @@ let
in in
rustPlatform.buildRustPackage (finalAttrs: { rustPlatform.buildRustPackage (finalAttrs: {
pname = "zed-editor"; pname = "zed-editor";
version = "0.188.3"; version = "0.189.5";
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-ZyKFzb6/kVw/uLTmhnyrwmgyTHTwgu/WbOga409eZvg="; hash = "sha256-d1d3WgUVamrYWVosljQiEPZGNNDldtM1YwZhxseX4+w=";
}; };
patches = [ patches = [
@ -138,7 +138,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
''; '';
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-0Nwdw20YdezGvUCkFw6ZV55qsebIhtnIoPoHd4tgIyA="; cargoHash = "sha256-YhdwCNTbBphWugguoWQqrGf2fRB5Jv40MElW6hbcxtk=";
nativeBuildInputs = nativeBuildInputs =
[ [