mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
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
This commit is contained in:
parent
458f45cef0
commit
a91b85443c
1 changed files with 3 additions and 3 deletions
|
@ -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 =
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue