Use newer cargo-bundle without the build error (#27424)

Fixes Nightly builds for macOS.

Release Notes:

- N/A
This commit is contained in:
Kirill Bulatov 2025-03-25 16:16:23 +02:00 committed by GitHub
parent d9dcc59334
commit ffee218070
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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.0-zed";
version = "0.6.1-zed";
src = fetchFromGitHub {
owner = "zed-industries";
repo = "cargo-bundle";