Gaetan Lepage 2024-05-30 21:34:00 +02:00
parent afd3a57b83
commit 64ac180251
2 changed files with 4 additions and 3 deletions

@ -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",

@ -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;
};