zed-editor: 0.149.6 -> 0.150.4 (#337974)

This commit is contained in:
Gaétan Lepage 2024-08-29 08:24:57 +02:00 committed by GitHub
commit 0a65504735
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -13839,7 +13839,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.149.6"
version = "0.150.4"
dependencies = [
"activity_indicator",
"anyhow",

View File

@ -35,13 +35,13 @@ assert withGLES -> stdenv.isLinux;
rustPlatform.buildRustPackage rec {
pname = "zed";
version = "0.149.6";
version = "0.150.4";
src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
rev = "refs/tags/v${version}";
hash = "sha256-YWXK5heCCw6eXhc1Fh7eIC0tzszC86FP3ovzkCYkdtc=";
hash = "sha256-dMhsKaqEWyjPjxaSYrz6zAvOzDbWrsPh6oKRu+D57cM=";
fetchSubmodules = true;
};