Gaetan Lepage
2024-08-04 17:35:48 +02:00
committed by gador
parent 7951da5622
commit 5e52f680bc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -13597,7 +13597,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.146.3"
version = "0.146.4"
dependencies = [
"activity_indicator",
"anyhow",
+2 -2
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;
};