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

zed-editor: 0.159.7 -> 0.159.10 (#353660)

parents 4aa36568 ff427fbc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14997,7 +14997,7 @@ dependencies = [

[[package]]
name = "zed"
version = "0.159.7"
version = "0.159.10"
dependencies = [
 "activity_indicator",
 "anyhow",
+2 −2
Original line number Diff line number Diff line
@@ -88,13 +88,13 @@ let
in
rustPlatform.buildRustPackage rec {
  pname = "zed-editor";
  version = "0.159.7";
  version = "0.159.10";

  src = fetchFromGitHub {
    owner = "zed-industries";
    repo = "zed";
    rev = "refs/tags/v${version}";
    hash = "sha256-gqovQkg3Zypi5YV/wIzTFfJQt5Zwb8IF+drQKvRCgEM=";
    hash = "sha256-D3hKOJYkPquqBGTrAPS6dIcGafLYERmmwXj2PZh3Xfs=";
  };

  patches =