Merge pull request #251491 from marsam/update-typescript

typescript: 5.1.6 -> 5.2.2
This commit is contained in:
Mario Rodas 2023-08-26 05:22:37 -05:00 committed by GitHub
commit 10e9a89313
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,16 +2,16 @@
buildNpmPackage rec {
pname = "typescript";
version = "5.1.6";
version = "5.2.2";
src = fetchFromGitHub {
owner = "microsoft";
repo = "TypeScript";
rev = "v${version}";
hash = "sha256-YBAAiO7MBJ41VK6A9zeExB7ZSbbrQ23sVTHAqo+/H/w=";
hash = "sha256-wjoqDmCudN5+9C3GrP1viiXBvsWgU0UIYWaFeK/TJEY=";
};
npmDepsHash = "sha256-RHiUhhkzkr2Ra3wc1d13gE2WIZL49w7IEFEAZuBDTDI=";
npmDepsHash = "sha256-7Wm6nlpqZRNqBU0mYFZRVWQkO4uqvrKrp2h2aEmZtow=";
meta = with lib; {
description = "A superset of JavaScript that compiles to clean JavaScript output";