dprint-plugins.dprint-plugin-biome: 0.12.5 -> 0.12.6

This commit is contained in:
R. Ryantm
2026-04-06 12:04:14 +00:00
parent e6c8eff62f
commit 9ed09eb20c
@@ -1,7 +1,7 @@
{ mkDprintPlugin }:
mkDprintPlugin {
description = "Biome (JS/TS/JSON) wrapper plugin";
hash = "sha256-dcM4Z9QP0B+gp2MnQxTfjIykPYZdwPuKnQRjjpL5DV8=";
hash = "sha256-KwmgD5VzU9m7jELeFAkSjS53B0fGVxZp8YvOG1nc8gM=";
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.5.wasm";
version = "0.12.5";
url = "https://plugins.dprint.dev/biome-0.12.6.wasm";
version = "0.12.6";
}