We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38b2ad0 + a85eeff commit 1c78f8dCopy full SHA for 1c78f8d
pkgs/by-name/ty/typescript/package.nix
@@ -2,20 +2,20 @@
2
3
buildNpmPackage rec {
4
pname = "typescript";
5
- version = "5.6.3";
+ version = "5.7.2";
6
7
src = fetchFromGitHub {
8
owner = "microsoft";
9
repo = "TypeScript";
10
rev = "v${version}";
11
- hash = "sha256-DsGTVqCbzifPmgCrca5M7qeUPiMThByq6esN+bMt4fU=";
+ hash = "sha256-T74n9lDC6Yt40hwL0BhRjo5q3M3gROY8tQJcuRWWoBQ=";
12
};
13
14
patches = [
15
./disable-dprint-dstBundler.patch
16
];
17
18
- npmDepsHash = "sha256-w3Tm7BJ2usrjut6HrhjgXe7TIgq5PxYeHRenz4aybk4=";
+ npmDepsHash = "sha256-uaNRgXPZCNpPmZISAS6m4WLYPFTrsJ/w+YfQsQfxTVM=";
19
20
passthru.tests = {
21
version = testers.testVersion {
0 commit comments