[Backport release-24.11] zed-editor: 0.161.1 -> 0.161.2 (#356458)

This commit is contained in:
Nick Cao 2024-11-17 09:01:44 -05:00 committed by GitHub
commit fad2601f53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 =