Merge pull request #241860 from marsam/update-typescript

typescript: 5.1.5 -> 5.1.6
This commit is contained in:
Mario Rodas 2023-07-07 18:54:40 -05:00 committed by GitHub
commit 839b78afa5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,13 @@
buildNpmPackage rec {
pname = "typescript";
version = "5.1.5";
version = "5.1.6";
src = fetchFromGitHub {
owner = "microsoft";
repo = "TypeScript";
rev = "v${version}";
hash = "sha256-HdDzkDhlaTDUNmAsWlLUHuGAIgXGcgZW4dZAweaXrL0=";
hash = "sha256-YBAAiO7MBJ41VK6A9zeExB7ZSbbrQ23sVTHAqo+/H/w=";
};
npmDepsHash = "sha256-RHiUhhkzkr2Ra3wc1d13gE2WIZL49w7IEFEAZuBDTDI=";