Gaetan Lepage 2024-05-31 23:27:28 +02:00
parent e45abe6d47
commit c5d4d45811
2 changed files with 3 additions and 3 deletions

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

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