Gaetan Lepage 2024-09-26 08:05:44 +02:00 committed by Gaétan Lepage
parent 1bcd322ca2
commit ba3f48c2d6
2 changed files with 4 additions and 3 deletions

View File

@ -10993,6 +10993,7 @@ dependencies = [
"text",
"theme",
"ui",
"unicode-segmentation",
"util",
"windows 0.58.0",
]
@ -14374,7 +14375,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.154.1"
version = "0.154.2"
dependencies = [
"activity_indicator",
"anyhow",

View File

@ -86,13 +86,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "zed-editor";
version = "0.154.1";
version = "0.154.2";
src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
rev = "refs/tags/v${version}";
hash = "sha256-ZYaWkmLWhmGM7muU70JqD5HjgsI+oaouilqjUYUQcg8=";
hash = "sha256-DcSlsBwZW2RhzX74eNi0+VBwnxYLl22CbCbZrEOSiFQ=";
fetchSubmodules = true;
};