Commit c2befde1 authored by Bruno Bigras's avatar Bruno Bigras Committed by Gaetan Lepage
Browse files

zed-editor: 0.174.5 -> 0.174.6

parent e5ecf39d
Loading
Loading
Loading
Loading
+5 −3
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@
  livekit-libwebrtc,
  testers,
  writableTmpDirAsHomeHook,
  clang,

  withGLES ? false,
  buildRemoteServer ? true,
@@ -96,7 +97,7 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "zed-editor";
  version = "0.174.5";
  version = "0.174.6";

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

@@ -104,7 +105,7 @@ rustPlatform.buildRustPackage rec {
    owner = "zed-industries";
    repo = "zed";
    tag = "v${version}";
    hash = "sha256-zy0YiCPvLK8jRYldxuPaUfN2/VSPKgqCBu3ZQxZ/mT4=";
    hash = "sha256-X/xGOJBKXRiCfcAyZ0Tiedk9WCnjwA8Ra4TMPf/sYbU=";
  };

  patches = [
@@ -124,10 +125,11 @@ rustPlatform.buildRustPackage rec {
  '';

  useFetchCargoVendor = true;
  cargoHash = "sha256-qxLowOIQ0j4ilzCdfiMQQIMfeQHvl5J8GyNJLeJ1GE4=";
  cargoHash = "sha256-EXlV+QFaIErre7Bi06e7V8VKo5SuLdqJQDvQujmBP8o=";

  nativeBuildInputs =
    [
      clang
      cmake
      copyDesktopItems
      curl