lol

Merge pull request #303139 from r-ryantm/auto-update/typescript

typescript: 5.4.4 -> 5.4.5

authored by

Mario Rodas and committed by
GitHub
edd8117b e9f132ab

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