dprint-plugins.dprint-plugin-biome: 0.10.1 -> 0.10.3

R. Ryantm 574148ae 7825177d

+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-6iDlZ1e69TM1z0cfGONWyd5vGTYtyDoaw357PgBVyD4="; 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.10.1.wasm"; 20 - version = "0.10.1"; 21 }
··· 1 { mkDprintPlugin }: 2 mkDprintPlugin { 3 description = "Biome (JS/TS) wrapper plugin"; 4 + hash = "sha256-hQL9lzyqXGe2HKED21eGepwNUyYaVVoVnxeONoQFyqE="; 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.10.3.wasm"; 20 + version = "0.10.3"; 21 }