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

zed-editor: 0.171.4 -> 0.171.6 (#378610)

parents 7bffe55f f390e857
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.171.4";
  version = "0.171.6";

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

@@ -103,7 +103,7 @@ rustPlatform.buildRustPackage rec {
    owner = "zed-industries";
    repo = "zed";
    tag = "v${version}";
    hash = "sha256-DeZHXU106uqCyqjdF+rMdnFifra9ug9Dzosg+PcD8Nw=";
    hash = "sha256-OQE/6bNGogcDpZOEUXq33E98/t1HKelTTX48X4wo2MI=";
  };

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

  useFetchCargoVendor = true;
  cargoHash = "sha256-uB6CM3KSr57sfbh81rXBhNq8LChme5+WHVIjwZrSso4=";
  cargoHash = "sha256-lucQTqTc63a3HvqwWVosqxMzy4TgC+Mj77rFzVbwBR8=";

  nativeBuildInputs =
    [