lol

dprint-plugins.dprint-plugin-typescript: 0.95.0 -> 0.95.1 (#406584)

authored by

Felix Bargfeldt and committed by
GitHub
4977fdb0 700aa72c

+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-Nvgd5d4aHJ07OXDlpelymS/f0N1cF8GQH4o4fCilb2g="; 4 + hash = "sha256-IHbpEwTATwAmVa/ihGjQzQL/WwWo8owslJtWYUjVF+g="; 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.0.wasm"; 20 - version = "0.95.0"; 19 + url = "https://plugins.dprint.dev/typescript-0.95.1.wasm"; 20 + version = "0.95.1"; 21 21 }