From 9b883e02a66865f55b20ebddd0d035bac6aae26b Mon Sep 17 00:00:00 2001 From: Kirill Bulatov Date: Tue, 25 Mar 2025 16:54:48 +0200 Subject: [PATCH] Revert nix package bump attempt (#27425) Follow-up of https://github.com/zed-industries/zed/pull/27424/files#r2012188255 Release Notes: - N/A --- nix/build.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix/build.nix b/nix/build.nix index f6a5ef7e8e..6590c9b445 100644 --- a/nix/build.nix +++ b/nix/build.nix @@ -96,7 +96,7 @@ let ++ lib.optionals stdenv.hostPlatform.isDarwin [ # TODO: move to overlay so it's usable in the shell (cargo-bundle.overrideAttrs (old: { - version = "0.6.1-zed"; + version = "0.6.0-zed"; src = fetchFromGitHub { owner = "zed-industries"; repo = "cargo-bundle";