zed-editor: 0.161.2 -> 0.162.3

This commit is contained in:
Bruno Bigras
2024-11-20 14:10:24 -05:00
parent 6d2d99ef57
commit fc12f68092
2 changed files with 576 additions and 281 deletions
+574 -279
View File
File diff suppressed because it is too large Load Diff
+2 -2
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 =