zed-editor: 0.162.5 -> 0.163.2 (#359652)

This commit is contained in:
Gaétan Lepage 2024-11-28 00:55:24 +01:00 committed by GitHub
commit 12dbe9fb05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,13 +90,13 @@ let
in in
rustPlatform.buildRustPackage rec { rustPlatform.buildRustPackage rec {
pname = "zed-editor"; pname = "zed-editor";
version = "0.162.5"; version = "0.163.2";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "zed-industries"; owner = "zed-industries";
repo = "zed"; repo = "zed";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-ZrjrJbRvyw5insK+v5fxKj8ouylIPxapDVFgLb3M3uE="; hash = "sha256-Bt6xbtkBYBuZW7hQ40UZwOjZJ7tqc9xL6XTvaD3KQjs=";
}; };
patches = patches =
@ -118,7 +118,7 @@ rustPlatform.buildRustPackage rec {
]; ];
useFetchCargoVendor = true; useFetchCargoVendor = true;
cargoHash = "sha256-/KjZTtkSI7njErwgwJY5OEM172TreBfq80w8bA3xg2k="; cargoHash = "sha256-QvvuVyPc+8Km8psdLQFc4PnSWFZsfkKuxzRK17HjEvE=";
nativeBuildInputs = nativeBuildInputs =
[ [