Skip to content

Commit

Permalink
zed-editor: 0.172.10 -> 0.172.11 (#381018)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Feb 11, 2025
2 parents 465a84d + 66361af commit c5916bc
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 @@ -96,15 +96,15 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "zed-editor";
version = "0.172.10";
version = "0.172.11";

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

src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
tag = "v${version}";
hash = "sha256-4R7s+575ofL9JK1Axvvk2Z9QgHPxvJrgl9zCv3m+sZY=";
hash = "sha256-ozPARaFIPJZHsxB9e9c12nVuV/jGBRBXQJ1M+/luExY=";
};

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

useFetchCargoVendor = true;
cargoHash = "sha256-yzShyOn90U79Ts+sKLhAK6SYiqPX7MKT/9fgF2plgI4=";
cargoHash = "sha256-3xpsTAj4jrttMZIbZCZc2Qf7g3Q4B6FBSUYEHf0u2+w=";

nativeBuildInputs =
[
Expand Down

0 comments on commit c5916bc

Please sign in to comment.