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

zed-editor: 0.168.3 -> 0.169.2 (#374144)

parents 5bc9fbb7 9427db47
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -93,13 +93,13 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "zed-editor";
  version = "0.168.3";
  version = "0.169.2";

  src = fetchFromGitHub {
    owner = "zed-industries";
    repo = "zed";
    tag = "v${version}";
    hash = "sha256-YGHbka8kCKOquY2I17N8oS7ckhX/uY6QXJ21+kQjQBg=";
    hash = "sha256-IdJVWsHWMzE0AZxFy6jOmquc2jFeozNDdAhbB3fFMwk=";
  };

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

  useFetchCargoVendor = true;
  cargoHash = "sha256-pZK2PzR39fMAiqhfA0WtZnIRzAVbqxnViQnWKmZoRV0=";
  cargoHash = "sha256-0zH5J3nvBpqD22nFzX98MBoTtNDpWS4NSSMcT1DB2SM=";

  nativeBuildInputs =
    [