Commit ba3f48c2 authored by Gaetan Lepage's avatar Gaetan Lepage Committed by Gaétan Lepage
Browse files
parent 1bcd322c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -10993,6 +10993,7 @@ dependencies = [
 "text",
 "theme",
 "ui",
 "unicode-segmentation",
 "util",
 "windows 0.58.0",
]
@@ -14374,7 +14375,7 @@ dependencies = [

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

  src = fetchFromGitHub {
    owner = "zed-industries";
    repo = "zed";
    rev = "refs/tags/v${version}";
    hash = "sha256-ZYaWkmLWhmGM7muU70JqD5HjgsI+oaouilqjUYUQcg8=";
    hash = "sha256-DcSlsBwZW2RhzX74eNi0+VBwnxYLl22CbCbZrEOSiFQ=";
    fetchSubmodules = true;
  };