zed-editor: 0.173.9 -> 0.173.10 (#382149)

Changed files
+3 -3
pkgs
by-name
ze
zed-editor
+3 -3
pkgs/by-name/ze/zed-editor/package.nix
···
in
rustPlatform.buildRustPackage rec {
pname = "zed-editor";
-
version = "0.173.9";
+
version = "0.173.10";
outputs = [ "out" ] ++ lib.optional buildRemoteServer "remote_server";
···
owner = "zed-industries";
repo = "zed";
tag = "v${version}";
-
hash = "sha256-zCzMjULJLZCoi2v8eJHWDkUM3I8me/AQrkuT41SdaUU=";
+
hash = "sha256-6GVRJUBCXD9ohRcOATK/tzh7e7icyZzA/SuCAL9DauQ=";
};
patches = [
···
'';
useFetchCargoVendor = true;
-
cargoHash = "sha256-TJiXWHhKmY2z6Mk2xOfMfGIUnqr1sbf/6HB5Gn1kitg=";
+
cargoHash = "sha256-xtziusGBsSni/ZtG+OzIkWxp3azg54G4r/5Wi9n9cyc=";
nativeBuildInputs =
[