Unverified Commit d26300c6 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

zed-editor: 0.170.1 -> 0.170.2 (#376188)

parents a5ed732a c3d267ad
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -95,7 +95,7 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "zed-editor";
  version = "0.170.1";
  version = "0.170.2";

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

@@ -103,7 +103,7 @@ rustPlatform.buildRustPackage rec {
    owner = "zed-industries";
    repo = "zed";
    tag = "v${version}";
    hash = "sha256-prRBByJGzwwLowFX9P/k1QvjMvYk8yrvkSToK1RYJPQ=";
    hash = "sha256-E9p/JHHIQ2nQ6LeFob1tDf6UopeEWL/Z7INstehvfEI=";
  };

  patches = [
@@ -123,7 +123,7 @@ rustPlatform.buildRustPackage rec {
  '';

  useFetchCargoVendor = true;
  cargoHash = "sha256-40Pif9JYN9uKqXTmaTMriYEvZ7DkcbNCif5h7YdiceY=";
  cargoHash = "sha256-A9sTR5MCLXskhvJHVGRQ/rSLwOKqhfgJi5zaGsgglL0=";

  nativeBuildInputs =
    [