Merge pull request #301681 from marsam/update-typescript

typescript: 5.4.3 -> 5.4.4

authored by Mario Rodas and committed by GitHub 6bf2d57e 433b839a

+3 -3
+3 -3
pkgs/development/compilers/typescript/default.nix
··· 2 3 buildNpmPackage rec { 4 pname = "typescript"; 5 - version = "5.4.3"; 6 7 src = fetchFromGitHub { 8 owner = "microsoft"; 9 repo = "TypeScript"; 10 rev = "v${version}"; 11 - hash = "sha256-yB87R6LyuTbSbQOcRi+QOhrnUy+ra76PiCzsEvPx3ds="; 12 }; 13 14 patches = [ 15 ./disable-dprint-dstBundler.patch 16 ]; 17 18 - npmDepsHash = "sha256-XlXDof0yFxEpNCZN+4ZY2BVgpbAkwdAUJcTRxIXi8eQ="; 19 20 passthru.tests = { 21 version = testers.testVersion {
··· 2 3 buildNpmPackage rec { 4 pname = "typescript"; 5 + version = "5.4.4"; 6 7 src = fetchFromGitHub { 8 owner = "microsoft"; 9 repo = "TypeScript"; 10 rev = "v${version}"; 11 + hash = "sha256-8mVkVLy/E8Fl4Ds9NphtE2Hp1HLM8ehhW/dG6MlaLIs="; 12 }; 13 14 patches = [ 15 ./disable-dprint-dstBundler.patch 16 ]; 17 18 + npmDepsHash = "sha256-Csu9Ik9aC9qvZmx9Yn1xzkrP1bjHL0o72ZSwzCicFoI="; 19 20 passthru.tests = { 21 version = testers.testVersion {