Gaetan Lepage
2024-10-10 13:34:03 +02:00
committed by Gaétan Lepage
parent 579b471014
commit d579d17ebc
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -14398,7 +14398,7 @@ dependencies = [
[[package]]
name = "zed"
version = "0.156.0"
version = "0.156.1"
dependencies = [
"activity_indicator",
"anyhow",
+2 -2
View File
@@ -86,13 +86,13 @@ let
in
rustPlatform.buildRustPackage rec {
pname = "zed-editor";
version = "0.156.0";
version = "0.156.1";
src = fetchFromGitHub {
owner = "zed-industries";
repo = "zed";
rev = "refs/tags/v${version}";
hash = "sha256-HdiEVRssMJmn+ifa0oWhHzRXB9L4oyji0DZ3PopHSoY=";
hash = "sha256-cu+XcFJ6VAP+7fqVhptnjDNpRkq/lRmJBCNkiy5Mka8=";
fetchSubmodules = true;
};