From ab959de545cb48153a7d4f3da3e18e9329ce1c70 Mon Sep 17 00:00:00 2001 From: Schahin Rouhanizadeh Date: Sat, 28 Feb 2026 00:32:24 +0000 Subject: [PATCH] biome: 2.3.15 -> 2.4.4 Release: https://github.com/biomejs/biome/releases/tag/%40biomejs%2Fbiome%402.4.4 --- pkgs/by-name/bi/biome/package.nix | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/pkgs/by-name/bi/biome/package.nix b/pkgs/by-name/bi/biome/package.nix index c82848591b6b..aa5d46f05cfd 100644 --- a/pkgs/by-name/bi/biome/package.nix +++ b/pkgs/by-name/bi/biome/package.nix @@ -11,16 +11,16 @@ }: rustPlatform.buildRustPackage (finalAttrs: { pname = "biome"; - version = "2.3.15"; + version = "2.4.4"; src = fetchFromGitHub { owner = "biomejs"; repo = "biome"; rev = "@biomejs/biome@${finalAttrs.version}"; - hash = "sha256-HRiQohI6bnV+U9c+XILOWmjGb1tQDJd3CBFNGzJuJ/4="; + hash = "sha256-d7FSqOOAcJ/llq+REPOCvJAbHFanLzgOuwcOURf+NPg="; }; - cargoHash = "sha256-l1eew5KmT0tpVSLmWquodoYlMavQYbyxmZxl6IRnC48="; + cargoHash = "sha256-g8ov3SrcpHuvdg7qbbDMbhYMSAGCxJgQyWY+W/Sh/pM="; nativeBuildInputs = [ pkg-config ]; @@ -43,6 +43,14 @@ rustPlatform.buildRustPackage (finalAttrs: { "--skip=commands::format::print_json_pretty" "--skip=commands::format::should_format_files_in_folders_ignored_by_linter" "--skip=cases::migrate_v2::should_successfully_migrate_sentry" + "--skip=cases::help::check_help" + "--skip=cases::help::ci_help" + "--skip=cases::help::format_help" + "--skip=cases::help::lint_help" + "--skip=cases::help::lsp_proxy_help" + "--skip=cases::help::migrate_help" + "--skip=cases::help::rage_help" + "--skip=cases::help::start_help" ]; env = { @@ -75,6 +83,7 @@ rustPlatform.buildRustPackage (finalAttrs: { isabelroses wrbbz eveeifyeve # Schema + SchahinRohani ]; mainProgram = "biome"; };