zed-editor: 0.161.1 -> 0.161.2

(cherry picked from commit b19df98282)
This commit is contained in:
Bruno Bigras 2024-11-14 13:10:55 -05:00 committed by github-actions[bot]
parent c95c569a8e
commit 5462a3293c
2 changed files with 3 additions and 3 deletions

View File

@ -15062,7 +15062,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.161.1"
version = "0.161.2"
dependencies = [
"activity_indicator",
"anyhow",

View File

@ -90,13 +90,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "zed-editor";
version = "0.161.1";
version = "0.161.2";
src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
rev = "refs/tags/v${version}";
hash = "sha256-54yEp+HPaGLeWsnX5qn3+SalV0A6oc40ramJJ+g07RU=";
hash = "sha256-UEqlOiB7oNQcrLViPrk9ZCg4uUDYhRXjq0cHp/wclYk=";
};
patches =