zed-editor: 0.186.9 -> 0.187.6

Diff: https://github.com/zed-industries/zed/compare/v0.186.9...v0.187.6

Changelog: https://github.com/zed-industries/zed/releases/tag/v0.187.6
(cherry picked from commit a91b85443c)
This commit is contained in:
Amadej Kastelic 2025-05-21 22:32:12 +02:00 committed by Nicolas Mémeint
parent f78de8559b
commit 4823bfd553

View file

@ -99,7 +99,7 @@ let
in
rustPlatform.buildRustPackage (finalAttrs: {
pname = "zed-editor";
version = "0.186.9";
version = "0.187.6";
outputs =
[ "out" ]
@ -111,7 +111,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
owner = "zed-industries";
repo = "zed";
tag = "v${finalAttrs.version}";
hash = "sha256-z3QHD1EfJfhgLZwUv805RHCEKiBm1wCpJG1GAS9OJgE=";
hash = "sha256-aib6RJPkNQQmK+zVfNvf/LwfKuloj6xHN4tT8p0yPZo=";
};
patches = [
@ -138,7 +138,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
'';
useFetchCargoVendor = true;
cargoHash = "sha256-qGHUO25a2288hp4+DcQJabauOVGYn7CXtDqWGB6diO8=";
cargoHash = "sha256-fIOgakr2Wni8BJB7VD63worcHEwnL0WKI88kjJ4YTMg=";
nativeBuildInputs =
[