Merge pull request #316261 from GaetanLepage/zed

zed-editor: 0.137.5 -> 0.137.6
This commit is contained in:
Pol Dellaiera 2024-06-01 08:32:07 +02:00 committed by GitHub
commit 8b4c5e90de
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -13002,7 +13002,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.137.5"
version = "0.137.6"
dependencies = [
"activity_indicator",
"anyhow",

View File

@ -27,13 +27,13 @@
rustPlatform.buildRustPackage rec {
pname = "zed";
version = "0.137.5";
version = "0.137.6";
src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
rev = "refs/tags/v${version}";
hash = "sha256-tztJzNY8H76ynMKWPbreQq87CYp/Iq2nDodObmEf8pg=";
hash = "sha256-1shK+Q8LTRaIXDqDLdJVsB4sAg2u5Kz0NXKf5jCniOU=";
fetchSubmodules = true;
};