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

zed-editor: 0.162.5 -> 0.163.2 (#359652)

parents 64d681ac cb607f7d
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -90,13 +90,13 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "zed-editor";
  version = "0.162.5";
  version = "0.163.2";

  src = fetchFromGitHub {
    owner = "zed-industries";
    repo = "zed";
    rev = "refs/tags/v${version}";
    hash = "sha256-ZrjrJbRvyw5insK+v5fxKj8ouylIPxapDVFgLb3M3uE=";
    hash = "sha256-Bt6xbtkBYBuZW7hQ40UZwOjZJ7tqc9xL6XTvaD3KQjs=";
  };

  patches =
@@ -118,7 +118,7 @@ rustPlatform.buildRustPackage rec {
    ];

  useFetchCargoVendor = true;
  cargoHash = "sha256-/KjZTtkSI7njErwgwJY5OEM172TreBfq80w8bA3xg2k=";
  cargoHash = "sha256-QvvuVyPc+8Km8psdLQFc4PnSWFZsfkKuxzRK17HjEvE=";

  nativeBuildInputs =
    [