Commit ff427fbc authored by Bruno Bigras's avatar Bruno Bigras
Browse files

zed-editor: 0.159.7 -> 0.159.10

parent a86d0694
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 =