Merge pull request #308309 from r-ryantm/auto-update/biome

biome: 1.6.3 -> 1.7.3

authored by Weijia Wang and committed by GitHub 42098112 bc88d036

+4 -4
+4 -4
pkgs/development/tools/biome/default.nix
··· 12 12 13 13 rustPlatform.buildRustPackage rec { 14 14 pname = "biome"; 15 - version = "1.6.3"; 15 + version = "1.7.3"; 16 16 17 17 src = fetchFromGitHub { 18 18 owner = "biomejs"; 19 19 repo = "biome"; 20 20 rev = "cli/v${version}"; 21 - hash = "sha256-DooUOp+fr5oOrx04SLlTGro8xc2LieVPNtdvDyTLL/s="; 21 + hash = "sha256-iSL0PRHj32PpKoUogej0bc/zXGpS4ZgZG/+9Pewhl4k="; 22 22 }; 23 23 24 - cargoHash = "sha256-zMMfLDhiqG8Ahe+7PFjpOtwaBXbKkLDIIoHS329/4uQ="; 24 + cargoHash = "sha256-no6ZrH1Ma+n66SLgA3h9dQX8FgeVjFVkxfqR35F/prs="; 25 25 26 26 nativeBuildInputs = [ 27 27 pkg-config ··· 41 41 42 42 cargoBuildFlags = [ "-p=biome_cli" ]; 43 43 cargoTestFlags = cargoBuildFlags ++ 44 - # skip a broken test from v1.6.3 release 44 + # skip a broken test from v1.7.3 release 45 45 # this will be removed on the next version 46 46 [ "-- --skip=diagnostics::test::termination_diagnostic_size" ]; 47 47