zed-editor: 0.154.2 -> 0.154.3

This commit is contained in:
Bruno Bigras 2024-09-28 00:32:06 -04:00
parent 674c08fadc
commit dd1e9aabfb
2 changed files with 3 additions and 3 deletions

View File

@ -14375,7 +14375,7 @@ dependencies = [
[[package]] [[package]]
name = "zed" name = "zed"
version = "0.154.2" version = "0.154.3"
dependencies = [ dependencies = [
"activity_indicator", "activity_indicator",
"anyhow", "anyhow",

View File

@ -86,13 +86,13 @@ let
in in
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "zed-editor"; pname = "zed-editor";
version = "0.154.2"; version = "0.154.3";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zed-industries"; owner = "zed-industries";
repo = "zed"; repo = "zed";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-DcSlsBwZW2RhzX74eNi0+VBwnxYLl22CbCbZrEOSiFQ="; hash = "sha256-6W4YKtYeLUv1N51YJonb7I2BO4zEESgI8vmMhJVoLDI=";
fetchSubmodules = true; fetchSubmodules = true;
}; };