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

Co-authored-by: phanirithvij <madlad@duck.com>

authored by nixpkgs-merge-bot[bot] phanirithvij and committed by GitHub 68f259a7 963a110c

+3 -3
+3 -3
pkgs/by-name/dp/dprint/plugins/dprint-plugin-biome.nix
··· 1 { mkDprintPlugin }: 2 mkDprintPlugin { 3 description = "Biome (JS/TS) wrapper plugin"; 4 - hash = "sha256-CqsBSzhUD5OUqyXNIl2T8yb/QngR3ept1kTMUKu7vuc="; 5 initConfig = { 6 configExcludes = [ "**/node_modules" ]; 7 configKey = "biome"; ··· 16 }; 17 pname = "dprint-plugin-biome"; 18 updateUrl = "https://plugins.dprint.dev/dprint/biome/latest.json"; 19 - url = "https://plugins.dprint.dev/biome-0.9.1.wasm"; 20 - version = "0.9.1"; 21 }
··· 1 { mkDprintPlugin }: 2 mkDprintPlugin { 3 description = "Biome (JS/TS) wrapper plugin"; 4 + hash = "sha256-6F1yeyZo5eeOudPFMFepez2ridvgMywydVKxB997D+A="; 5 initConfig = { 6 configExcludes = [ "**/node_modules" ]; 7 configKey = "biome"; ··· 16 }; 17 pname = "dprint-plugin-biome"; 18 updateUrl = "https://plugins.dprint.dev/dprint/biome/latest.json"; 19 + url = "https://plugins.dprint.dev/biome-0.9.2.wasm"; 20 + version = "0.9.2"; 21 }