zed-editor: 0.152.3 -> 0.152.4

This commit is contained in:
Bruno Bigras 2024-09-16 20:50:24 -04:00
parent 02b583705c
commit 7bed2fedd8
2 changed files with 3 additions and 3 deletions

View File

@ -14197,7 +14197,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.152.3"
version = "0.152.4"
dependencies = [
"activity_indicator",
"anyhow",

View File

@ -85,13 +85,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "zed";
version = "0.152.3";
version = "0.152.4";
src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
rev = "refs/tags/v${version}";
hash = "sha256-0goeDz0mrZGPxsU51WGJz0mG5hdbY/75l/1Dyg2JLl4=";
hash = "sha256-nmnhJQ8DDKuy0DBfQCEj9FsVXre/gTkIsr5UjiiWasU=";
fetchSubmodules = true;
};