Skip to content

Commit 1c78f8d

Browse files
authored
typescript: 5.6.3 -> 5.7.2 (#359223)
2 parents 38b2ad0 + a85eeff commit 1c78f8d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ty/typescript/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,20 @@
22

33
buildNpmPackage rec {
44
pname = "typescript";
5-
version = "5.6.3";
5+
version = "5.7.2";
66

77
src = fetchFromGitHub {
88
owner = "microsoft";
99
repo = "TypeScript";
1010
rev = "v${version}";
11-
hash = "sha256-DsGTVqCbzifPmgCrca5M7qeUPiMThByq6esN+bMt4fU=";
11+
hash = "sha256-T74n9lDC6Yt40hwL0BhRjo5q3M3gROY8tQJcuRWWoBQ=";
1212
};
1313

1414
patches = [
1515
./disable-dprint-dstBundler.patch
1616
];
1717

18-
npmDepsHash = "sha256-w3Tm7BJ2usrjut6HrhjgXe7TIgq5PxYeHRenz4aybk4=";
18+
npmDepsHash = "sha256-uaNRgXPZCNpPmZISAS6m4WLYPFTrsJ/w+YfQsQfxTVM=";
1919

2020
passthru.tests = {
2121
version = testers.testVersion {

0 commit comments

Comments
 (0)