Skip to content

Commit

Permalink
zed-editor: 0.152.4 -> 0.153.6 (#343071)
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage authored Sep 19, 2024
2 parents bcee243 + 72f230e commit 8ce34b3
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
52 changes: 26 additions & 26 deletions pkgs/by-name/ze/zed-editor/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pkgs/by-name/ze/zed-editor/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "zed";
version = "0.152.4";
version = "0.153.6";

src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
rev = "refs/tags/v${version}";
hash = "sha256-nmnhJQ8DDKuy0DBfQCEj9FsVXre/gTkIsr5UjiiWasU=";
hash = "sha256-8yu1xAN8GQXWXF4PHRbOx4oWK3EYc4POQlOYaDiPH+A=";
fetchSubmodules = true;
};

Expand Down

0 comments on commit 8ce34b3

Please sign in to comment.