Unverified Commit fe5a4fcd authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

[Backport release-25.11] dprint-plugins.dprint-plugin-biome: 0.11.6 -> 0.11.7 (#466200)

parents d0626494 a83bfd0b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
{ mkDprintPlugin }:
mkDprintPlugin {
  description = "Biome (JS/TS) wrapper plugin";
  hash = "sha256-V8lXwGRWGvl/g2kjqL8Ei1N7V0nuTP2WcLFWJvC7D+A=";
  hash = "sha256-HYbQ0lyOe91AI2In9YZ6SXNzgEmgYHBvgtU/iVq+Gvc=";
  initConfig = {
    configExcludes = [ "**/node_modules" ];
    configKey = "biome";
@@ -16,6 +16,6 @@ mkDprintPlugin {
  };
  pname = "dprint-plugin-biome";
  updateUrl = "https://plugins.dprint.dev/dprint/biome/latest.json";
  url = "https://plugins.dprint.dev/biome-0.11.6.wasm";
  version = "0.11.6";
  url = "https://plugins.dprint.dev/biome-0.11.7.wasm";
  version = "0.11.7";
}