zed-editor: 0.159.7 -> 0.159.10 (#353660)

This commit is contained in:
Gaétan Lepage 2024-11-05 07:47:56 +01:00 committed by GitHub
commit fe6dfbe552
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -14997,7 +14997,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.159.7"
version = "0.159.10"
dependencies = [
"activity_indicator",
"anyhow",

View File

@ -88,13 +88,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "zed-editor";
version = "0.159.7";
version = "0.159.10";
src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
rev = "refs/tags/v${version}";
hash = "sha256-gqovQkg3Zypi5YV/wIzTFfJQt5Zwb8IF+drQKvRCgEM=";
hash = "sha256-D3hKOJYkPquqBGTrAPS6dIcGafLYERmmwXj2PZh3Xfs=";
};
patches =