Skip to content

Commit

Permalink
zed-editor: 0.170.1 -> 0.170.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bbigras committed Jan 23, 2025
1 parent a45f9e2 commit c3d267a
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 @@ -95,15 +95,15 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "zed-editor";
version = "0.170.1";
version = "0.170.2";

outputs = [ "out" ] ++ lib.optional buildRemoteServer "remote_server";

src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
tag = "v${version}";
hash = "sha256-prRBByJGzwwLowFX9P/k1QvjMvYk8yrvkSToK1RYJPQ=";
hash = "sha256-E9p/JHHIQ2nQ6LeFob1tDf6UopeEWL/Z7INstehvfEI=";
};

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

useFetchCargoVendor = true;
cargoHash = "sha256-40Pif9JYN9uKqXTmaTMriYEvZ7DkcbNCif5h7YdiceY=";
cargoHash = "sha256-A9sTR5MCLXskhvJHVGRQ/rSLwOKqhfgJi5zaGsgglL0=";

nativeBuildInputs =
[
Expand Down

0 comments on commit c3d267a

Please sign in to comment.