zed-editor: 0.159.5 -> 0.159.6 (#352649)

This commit is contained in:
Gaétan Lepage 2024-11-01 13:50:16 +01:00 committed by GitHub
commit 877f76abe2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -14996,7 +14996,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.159.5"
version = "0.159.6"
dependencies = [
"activity_indicator",
"anyhow",

View File

@ -88,13 +88,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "zed-editor";
version = "0.159.5";
version = "0.159.6";
src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
rev = "refs/tags/v${version}";
hash = "sha256-60P5AicvJIN1B/JXe2moHTl4L+7+DWhYak0jciHJGoQ=";
hash = "sha256-Jr4s22UXd4jtpXRyWSkCVRUhYZXgISDmq+RYr2i7qGs=";
};
patches =