dprint-plugins.dprint-plugin-biome: 0.12.7 -> 0.12.8

This commit is contained in:
R. Ryantm
2026-04-22 10:14:19 +00:00
parent 274c537c29
commit abd0e4abd9
@@ -1,7 +1,7 @@
{ mkDprintPlugin }:
mkDprintPlugin {
description = "Biome (JS/TS/JSON) wrapper plugin";
hash = "sha256-OCnhTv0UfRX4ntmkhNlswfhHbxVFiGu8ovYagEITlI8=";
hash = "sha256-dje/9QfRL9D16J6NXErK1HdJyMZaLpI/L/lq3WdyQso=";
initConfig = {
configExcludes = [ "**/node_modules" ];
configKey = "biome";
@@ -17,6 +17,6 @@ mkDprintPlugin {
};
pname = "dprint-plugin-biome";
updateUrl = "https://plugins.dprint.dev/dprint/biome/latest.json";
url = "https://plugins.dprint.dev/biome-0.12.7.wasm";
version = "0.12.7";
url = "https://plugins.dprint.dev/biome-0.12.8.wasm";
version = "0.12.8";
}