Commit c6996e86 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files
parent 3014c8be
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.3"
version = "0.149.5"
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.3";
  version = "0.149.5";

  src = fetchFromGitHub {
    owner = "zed-industries";
    repo = "zed";
    rev = "refs/tags/v${version}";
    hash = "sha256-fz0StzZIqDLmip0M2959h7ZgoB+cdTC5QNKKNRVZItA=";
    hash = "sha256-RQGYcJJf65arew9iwtPh/jFYMbXiY9Wg7xEjAsUSvEA=";
    fetchSubmodules = true;
  };