zed-editor: 0.161.1 -> 0.161.2

This commit is contained in:
Bruno Bigras
2024-11-14 13:11:16 -05:00
parent 2829592bc0
commit b19df98282
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -15062,7 +15062,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.161.1"
version = "0.161.2"
dependencies = [
"activity_indicator",
"anyhow",
+2 -2
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 =