zed-editor: 0.158.1 -> 0.158.2

This commit is contained in:
Bruno Bigras
2024-10-24 17:39:15 -04:00
parent 13b932f799
commit 264d77eb79
2 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -14577,7 +14577,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.158.1"
version = "0.158.2"
dependencies = [
"activity_indicator",
"anyhow",
+2 -3
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 = [