Mario Rodas
2024-03-21 04:20:00 +00:00
parent befc64a589
commit f7862df313
@@ -2,20 +2,20 @@
buildNpmPackage rec {
pname = "typescript";
version = "5.4.2";
version = "5.4.3";
src = fetchFromGitHub {
owner = "microsoft";
repo = "TypeScript";
rev = "v${version}";
hash = "sha256-/iB9TEgXqiIsGSRrcADAv8UCjoOdmcyVFGj8EBccQl0=";
hash = "sha256-yB87R6LyuTbSbQOcRi+QOhrnUy+ra76PiCzsEvPx3ds=";
};
patches = [
./disable-dprint-dstBundler.patch
];
npmDepsHash = "sha256-UDyPWbr3FcPRHOtkVTIKXQwN5k02qlhRMbgylkWTrQI=";
npmDepsHash = "sha256-XlXDof0yFxEpNCZN+4ZY2BVgpbAkwdAUJcTRxIXi8eQ=";
passthru.tests = {
version = testers.testVersion {