zed-editor: 0.158.1 -> 0.158.2 (#350993)

This commit is contained in:
Gaétan Lepage 2024-10-25 08:22:17 +02:00 committed by GitHub
commit a74fb7aeef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View File

@ -14577,7 +14577,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.158.1"
version = "0.158.2"
dependencies = [
"activity_indicator",
"anyhow",

View File

@ -86,14 +86,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "zed-editor";
version = "0.158.1";
version = "0.158.2";
src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
rev = "refs/tags/v${version}";
hash = "sha256-X5FlNjAYG5W+RTdmyZHF1KYHxdwJGwk/qpOgj0JVD/c=";
fetchSubmodules = true;
hash = "sha256-1mNJ3uL5/Sxwiiq2fO+yE9SHiM/5FQWmnNgOEMWpU9s=";
};
patches = [