dprint-plugins.dprint-plugin-biome: 0.9.1 -> 0.9.2 (#430875)

Co-authored-by: phanirithvij <madlad@duck.com>
This commit is contained in:
nixpkgs-merge-bot[bot]
2025-08-04 16:03:12 +00:00
committed by GitHub
co-authored by phanirithvij
@@ -1,7 +1,7 @@
{ mkDprintPlugin }:
mkDprintPlugin {
description = "Biome (JS/TS) wrapper plugin";
hash = "sha256-CqsBSzhUD5OUqyXNIl2T8yb/QngR3ept1kTMUKu7vuc=";
hash = "sha256-6F1yeyZo5eeOudPFMFepez2ridvgMywydVKxB997D+A=";
initConfig = {
configExcludes = [ "**/node_modules" ];
configKey = "biome";
@@ -16,6 +16,6 @@ mkDprintPlugin {
};
pname = "dprint-plugin-biome";
updateUrl = "https://plugins.dprint.dev/dprint/biome/latest.json";
url = "https://plugins.dprint.dev/biome-0.9.1.wasm";
version = "0.9.1";
url = "https://plugins.dprint.dev/biome-0.9.2.wasm";
version = "0.9.2";
}