Merge pull request #315969 from GaetanLepage/zed

zed-editor: 0.137.2 -> 0.137.5
This commit is contained in:
Pol Dellaiera
2024-05-31 12:08:41 +02:00
committed by GitHub
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -345,6 +345,7 @@ dependencies = [
"ctor",
"editor",
"env_logger",
"feature_flags",
"file_icons",
"fs",
"futures 0.3.28",
@@ -13001,7 +13002,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.137.2"
version = "0.137.5"
dependencies = [
"activity_indicator",
"anyhow",
+2 -2
View File
@@ -27,13 +27,13 @@
rustPlatform.buildRustPackage rec {
pname = "zed";
version = "0.137.2";
version = "0.137.5";
src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
rev = "refs/tags/v${version}";
hash = "sha256-Utp8l9LC506zXFIdxsTxG0qmDHwjkpAHmJ5VFs4PLCk=";
hash = "sha256-tztJzNY8H76ynMKWPbreQq87CYp/Iq2nDodObmEf8pg=";
fetchSubmodules = true;
};