dprint-plugins.dprint-plugin-typescript: 0.95.1 -> 0.95.4 (#410141)

Co-authored-by: phanirithvij <madlad@duck.com>

authored by nixpkgs-merge-bot[bot] phanirithvij and committed by GitHub 4b61e7c2 01893f99

+3 -3
+3 -3
pkgs/by-name/dp/dprint/plugins/dprint-plugin-typescript.nix
··· 1 1 { mkDprintPlugin }: 2 2 mkDprintPlugin { 3 3 description = "TypeScript/JavaScript code formatter."; 4 - hash = "sha256-IHbpEwTATwAmVa/ihGjQzQL/WwWo8owslJtWYUjVF+g="; 4 + hash = "sha256-g41K7aTCZZc1zRoc9k1oG8rk88ZwJJH3jnnX+MKQ9mE="; 5 5 initConfig = { 6 6 configExcludes = [ "**/node_modules" ]; 7 7 configKey = "typescript"; ··· 16 16 }; 17 17 pname = "dprint-plugin-typescript"; 18 18 updateUrl = "https://plugins.dprint.dev/dprint/typescript/latest.json"; 19 - url = "https://plugins.dprint.dev/typescript-0.95.1.wasm"; 20 - version = "0.95.1"; 19 + url = "https://plugins.dprint.dev/typescript-0.95.4.wasm"; 20 + version = "0.95.4"; 21 21 }