tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
dprint-plugins.dprint-plugin-typescript: 0.95.10 -> 0.95.11
R. Ryantm
4 months ago
bdecb430
7c05be02
+3
-3
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
dp
dprint
plugins
dprint-plugin-typescript.nix
+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
4
-
hash = "sha256-gzwhGs3udzxLeYW4/OHqZRaD6y9WBNS2QlSYne8QAao=";
4
4
+
hash = "sha256-azXAPEwle+VeKFWeWooNn7dPv0DD6zaKer0mdr1K9II=";
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
19
-
url = "https://plugins.dprint.dev/typescript-0.95.10.wasm";
20
20
-
version = "0.95.10";
19
19
+
url = "https://plugins.dprint.dev/typescript-0.95.11.wasm";
20
20
+
version = "0.95.11";
21
21
}