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

zed-editor: 0.149.6 -> 0.150.4 (#337974)

parents 88b71e50 29114fd6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -13839,7 +13839,7 @@ dependencies = [

[[package]]
name = "zed"
version = "0.149.6"
version = "0.150.4"
dependencies = [
 "activity_indicator",
 "anyhow",
+2 −2
Original line number Diff line number Diff line
@@ -35,13 +35,13 @@ assert withGLES -> stdenv.isLinux;

rustPlatform.buildRustPackage rec {
  pname = "zed";
  version = "0.149.6";
  version = "0.150.4";

  src = fetchFromGitHub {
    owner = "zed-industries";
    repo = "zed";
    rev = "refs/tags/v${version}";
    hash = "sha256-YWXK5heCCw6eXhc1Fh7eIC0tzszC86FP3ovzkCYkdtc=";
    hash = "sha256-dMhsKaqEWyjPjxaSYrz6zAvOzDbWrsPh6oKRu+D57cM=";
    fetchSubmodules = true;
  };