Merge pull request #301681 from marsam/update-typescript

typescript: 5.4.3 -> 5.4.4
This commit is contained in:
Mario Rodas 2024-04-05 05:35:08 -05:00 committed by GitHub
commit 6bf2d57ed3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,20 +2,20 @@
buildNpmPackage rec {
pname = "typescript";
version = "5.4.3";
version = "5.4.4";
src = fetchFromGitHub {
owner = "microsoft";
repo = "TypeScript";
rev = "v${version}";
hash = "sha256-yB87R6LyuTbSbQOcRi+QOhrnUy+ra76PiCzsEvPx3ds=";
hash = "sha256-8mVkVLy/E8Fl4Ds9NphtE2Hp1HLM8ehhW/dG6MlaLIs=";
};
patches = [
./disable-dprint-dstBundler.patch
];
npmDepsHash = "sha256-XlXDof0yFxEpNCZN+4ZY2BVgpbAkwdAUJcTRxIXi8eQ=";
npmDepsHash = "sha256-Csu9Ik9aC9qvZmx9Yn1xzkrP1bjHL0o72ZSwzCicFoI=";
passthru.tests = {
version = testers.testVersion {