From 16fd1aa718db6f9407112fecfa1cb10345b8ee01 Mon Sep 17 00:00:00 2001 From: Aiden Schembri Date: Wed, 10 Jun 2026 21:49:04 +0200 Subject: [PATCH] zed-editor: 1.5.4 -> 1.6.3 --- pkgs/by-name/ze/zed-editor/package.nix | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/pkgs/by-name/ze/zed-editor/package.nix b/pkgs/by-name/ze/zed-editor/package.nix index a1ffef86f5ec..094749694b18 100644 --- a/pkgs/by-name/ze/zed-editor/package.nix +++ b/pkgs/by-name/ze/zed-editor/package.nix @@ -98,7 +98,7 @@ let in rustPlatform.buildRustPackage (finalAttrs: { pname = "zed-editor"; - version = "1.5.4"; + version = "1.6.3"; outputs = [ "out" @@ -111,7 +111,7 @@ rustPlatform.buildRustPackage (finalAttrs: { owner = "zed-industries"; repo = "zed"; tag = "v${finalAttrs.version}"; - hash = "sha256-I9+v5qeubBA9bAS4OU7V/BsxxfP5rj9aS4xvopbF578="; + hash = "sha256-9YdmsOtqjQT79R5IwrAtinaJ741xjyW1kZxZiEC0dAc="; }; postPatch = '' @@ -134,13 +134,7 @@ rustPlatform.buildRustPackage (finalAttrs: { --replace-fail 'builder.include(&glib_path_config);' 'builder.include("${lib.getLib glib}/lib/glib-2.0/include");' ''; - # remove package that has a broken Cargo.toml - # see: https://github.com/NixOS/nixpkgs/pull/445924#issuecomment-3334648753 - depsExtraArgs.postBuild = '' - rm -r $out/git/*/candle-book/ - ''; - - cargoHash = "sha256-x40nSnpksKX+JFuN1RSsVm3OrrArb0rtalQplLstAd8="; + cargoHash = "sha256-U7vOTZsWtOTP3XCn5iSVvM1HmuvG+bRMMjN1EbB/TkI="; __structuredAttrs = true;