zed-editor: 0.161.2 -> 0.162.3 (#357630)

This commit is contained in:
Domen Kožar 2024-11-20 21:47:47 +01:00 committed by GitHub
commit c84609cac1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 576 additions and 281 deletions

File diff suppressed because it is too large Load Diff

View File

@ -90,13 +90,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "zed-editor";
version = "0.161.2";
version = "0.162.3";
src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
rev = "refs/tags/v${version}";
hash = "sha256-UEqlOiB7oNQcrLViPrk9ZCg4uUDYhRXjq0cHp/wclYk=";
hash = "sha256-B0iTJMVUpsSVZ0l2bdPnWc7YaZErKnxqiuhgYopmJ/4=";
};
patches =