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

zed-editor: 0.152.3 -> 0.152.4 (#342426)

parents 84365fb2 7bed2fed
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14197,7 +14197,7 @@ dependencies = [

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

  src = fetchFromGitHub {
    owner = "zed-industries";
    repo = "zed";
    rev = "refs/tags/v${version}";
    hash = "sha256-0goeDz0mrZGPxsU51WGJz0mG5hdbY/75l/1Dyg2JLl4=";
    hash = "sha256-nmnhJQ8DDKuy0DBfQCEj9FsVXre/gTkIsr5UjiiWasU=";
    fetchSubmodules = true;
  };