Merge pull request #331595 from GaetanLepage/zed

zed-editor: 0.146.3 -> 0.146.4
This commit is contained in:
Gaétan Lepage 2024-08-02 15:15:18 +02:00 committed by GitHub
commit 0feced96d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -13597,7 +13597,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.146.3"
version = "0.146.4"
dependencies = [
"activity_indicator",
"anyhow",

View File

@ -35,13 +35,13 @@ assert withGLES -> stdenv.isLinux;
rustPlatform.buildRustPackage rec {
pname = "zed";
version = "0.146.3";
version = "0.146.4";
src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
rev = "refs/tags/v${version}";
hash = "sha256-7KDoJ9yEZkPl6PBYXLQ+c+pnJk50LOn3qxBjBEq8nFY=";
hash = "sha256-U/PTPmZjhmsY9MVH7/SbooyTCR7ATHTWswv0IOokIu4=";
fetchSubmodules = true;
};