Skip to content

Commit

Permalink
zed-editor: 0.168.2 -> 0.168.3 (#373634)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Jan 14, 2025
2 parents 0ab8a33 + ce8389b commit fb23f7e
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.168.2";
version = "0.168.3";

src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
tag = "v${version}";
hash = "sha256-ar1JpLbfKdFZFszCCmYMzTQx6yhVIFFT+EbeA7H5H2g=";
hash = "sha256-YGHbka8kCKOquY2I17N8oS7ckhX/uY6QXJ21+kQjQBg=";
};

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

useFetchCargoVendor = true;
cargoHash = "sha256-Vw/WUOLiIOuULSMT57G8MsubQR63J+oh88lmlPNkRYs=";
cargoHash = "sha256-pZK2PzR39fMAiqhfA0WtZnIRzAVbqxnViQnWKmZoRV0=";

nativeBuildInputs =
[
Expand Down

0 comments on commit fb23f7e

Please sign in to comment.