Gaetan Lepage 2024-04-15 23:08:14 +02:00
parent d54a42736f
commit a927dcf027
2 changed files with 3 additions and 3 deletions

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

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