Skip to content

Commit 73f9349

Browse files
r-ryantmgithub-actions[bot]
authored andcommitted
dprint-plugins.dprint-plugin-biome: 0.12.9 -> 0.12.10
(cherry picked from commit 3e51607)
1 parent 4313845 commit 73f9349

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pkgs/by-name/dp/dprint/plugins/dprint-plugin-biome.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ mkDprintPlugin }:
22
mkDprintPlugin {
33
description = "Biome (JS/TS/JSON) wrapper plugin";
4-
hash = "sha256-SRUOPwe3n15jluYzRi+SKRN9KSRF9KSSWoi898tMC18=";
4+
hash = "sha256-ccPkzEV0Gtzi6iKq6oIREvIccEFvHec06XxoUWufDZc=";
55
initConfig = {
66
configExcludes = [ "**/node_modules" ];
77
configKey = "biome";
@@ -17,6 +17,6 @@ mkDprintPlugin {
1717
};
1818
pname = "dprint-plugin-biome";
1919
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";
20+
url = "https://plugins.dprint.dev/biome-0.12.10.wasm";
21+
version = "0.12.10";
2222
}

0 commit comments

Comments
 (0)