We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4313845 commit 73f9349Copy full SHA for 73f9349
1 file changed
pkgs/by-name/dp/dprint/plugins/dprint-plugin-biome.nix
@@ -1,7 +1,7 @@
1
{ mkDprintPlugin }:
2
mkDprintPlugin {
3
description = "Biome (JS/TS/JSON) wrapper plugin";
4
- hash = "sha256-SRUOPwe3n15jluYzRi+SKRN9KSRF9KSSWoi898tMC18=";
+ hash = "sha256-ccPkzEV0Gtzi6iKq6oIREvIccEFvHec06XxoUWufDZc=";
5
initConfig = {
6
configExcludes = [ "**/node_modules" ];
7
configKey = "biome";
@@ -17,6 +17,6 @@ mkDprintPlugin {
17
};
18
pname = "dprint-plugin-biome";
19
updateUrl = "https://plugins.dprint.dev/dprint/biome/latest.json";
20
- url = "https://plugins.dprint.dev/biome-0.12.9.wasm";
21
- version = "0.12.9";
+ url = "https://plugins.dprint.dev/biome-0.12.10.wasm";
+ version = "0.12.10";
22
}
0 commit comments