Skip to content

Commit

Permalink
zed-editor: 0.166.2 -> 0.167.1 (#370025)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 1, 2025
2 parents 63b08ef + 97f8479 commit 53402f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/by-name/ze/zed-editor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "zed-editor";
version = "0.166.2";
version = "0.167.1";

src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
tag = "v${version}";
hash = "sha256-Z3WdJRn6JpZpZlHq2vjIq1EX1vW4+Gv/XAz2H4WH0Fw=";
hash = "sha256-6UwsWOthQHL4+kPogS5DZIg44VPJBT29uIgcxIQJwtU=";
};

patches = [
Expand All @@ -119,7 +119,7 @@ rustPlatform.buildRustPackage rec {
'';

useFetchCargoVendor = true;
cargoHash = "sha256-J5vJ/KV94a+9AqGbNZx6sCzWflOZsyUj3NcqnfaexGE=";
cargoHash = "sha256-MT4Ik5m8K1IljnCa1XYrEluz8zHhbEve7cg7Vje8WA4=";

nativeBuildInputs =
[
Expand Down

0 comments on commit 53402f9

Please sign in to comment.