Commit 86ca4769 authored by Niklas Korz's avatar Niklas Korz
Browse files

zed-editor: 0.166.1 -> 0.166.2

parent d283dea7
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.166.1";
  version = "0.166.2";

  src = fetchFromGitHub {
    owner = "zed-industries";
    repo = "zed";
    tag = "v${version}";
    hash = "sha256-ss4dz9qPAP6eIYbG3S5QJaSR5zEyEqLBjfacj/eb7AE=";
    hash = "sha256-Z3WdJRn6JpZpZlHq2vjIq1EX1vW4+Gv/XAz2H4WH0Fw=";
  };

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

  useFetchCargoVendor = true;
  cargoHash = "sha256-HbOdY+6FKGTK5gW2BkWSdciBvTx+oKhCchFvwKEoGNE=";
  cargoHash = "sha256-J5vJ/KV94a+9AqGbNZx6sCzWflOZsyUj3NcqnfaexGE=";

  nativeBuildInputs =
    [