Skip to content

Commit

Permalink
zed-editor: 0.171.3 -> 0.171.4
Browse files Browse the repository at this point in the history
  • Loading branch information
06kellyjac committed Jan 31, 2025
1 parent c85faf3 commit e44a400
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.171.3";
version = "0.171.4";

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

src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
tag = "v${version}";
hash = "sha256-hUEZzN2rocWXxEFmtjB/7AZf+1kAGx8IZ3U57+Zi0EQ=";
hash = "sha256-DeZHXU106uqCyqjdF+rMdnFifra9ug9Dzosg+PcD8Nw=";
};

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

useFetchCargoVendor = true;
cargoHash = "sha256-s+SH6anGnYAPMDTD71QEclp8XM+ceyur3Anto0JOPyc=";
cargoHash = "sha256-uB6CM3KSr57sfbh81rXBhNq8LChme5+WHVIjwZrSso4=";

nativeBuildInputs =
[
Expand Down

0 comments on commit e44a400

Please sign in to comment.