Skip to content

Commit

Permalink
zed-editor: 0.162.5 -> 0.163.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bbigras committed Nov 27, 2024
1 parent 8b94fcb commit cb607f7
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 @@ -90,13 +90,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "zed-editor";
version = "0.162.5";
version = "0.163.2";

src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
rev = "refs/tags/v${version}";
hash = "sha256-ZrjrJbRvyw5insK+v5fxKj8ouylIPxapDVFgLb3M3uE=";
hash = "sha256-Bt6xbtkBYBuZW7hQ40UZwOjZJ7tqc9xL6XTvaD3KQjs=";
};

patches =
Expand All @@ -118,7 +118,7 @@ rustPlatform.buildRustPackage rec {
];

useFetchCargoVendor = true;
cargoHash = "sha256-/KjZTtkSI7njErwgwJY5OEM172TreBfq80w8bA3xg2k=";
cargoHash = "sha256-QvvuVyPc+8Km8psdLQFc4PnSWFZsfkKuxzRK17HjEvE=";

nativeBuildInputs =
[
Expand Down

0 comments on commit cb607f7

Please sign in to comment.