Merge pull request #304374 from GaetanLepage/zed

zed-editor: 0.130.6 -> 0.130.7
This commit is contained in:
Weijia Wang 2024-04-16 18:21:27 +02:00 committed by GitHub
commit 663d01e76b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -12380,7 +12380,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.130.6"
version = "0.130.7"
dependencies = [
"activity_indicator",
"anyhow",

View File

@ -27,13 +27,13 @@
rustPlatform.buildRustPackage rec {
pname = "zed";
version = "0.130.6";
version = "0.130.7";
src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
rev = "refs/tags/v${version}";
hash = "sha256-ENlvjqoxPInTVpt7qpV+02AbAOCnfCrowfDTyyr4Y7A=";
hash = "sha256-nGE4RjquH5tEz6vHR1f5F44TX4GtPwiPP3V3lWPpmxk=";
fetchSubmodules = true;
};