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]]
name = "zed"
version = "0.154.2"
version = "0.154.3"
dependencies = [
"activity_indicator",
"anyhow",

View File

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