Unverified Commit 437ce9ad authored by kirillrdy's avatar kirillrdy Committed by GitHub
Browse files

Merge pull request #307797 from GaetanLepage/zed

zed-editor: 0.132.3 -> 0.132.4
parents 60da752c 226cc400
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -12520,7 +12520,7 @@ dependencies = [

[[package]]
name = "zed"
version = "0.132.3"
version = "0.132.4"
dependencies = [
 "activity_indicator",
 "anyhow",
+2 −2
Original line number Diff line number Diff line
@@ -27,13 +27,13 @@

rustPlatform.buildRustPackage rec {
  pname = "zed";
  version = "0.132.3";
  version = "0.132.4";

  src = fetchFromGitHub {
    owner = "zed-industries";
    repo = "zed";
    rev = "refs/tags/v${version}";
    hash = "sha256-EuoUDke8vBPQkiMa9WlP2K3FroIBBAVNJRjsRx4rkO0=";
    hash = "sha256-4jnPqfLmxp3YpUAIpc/CZ5pv040uDggjeNzJJ2v021E=";
    fetchSubmodules = true;
  };