terser: 5.36.0 -> 5.38.0 (#372651)

This commit is contained in:
Weijia Wang
2025-02-25 10:18:49 +01:00
committed by GitHub
+3 -3
View File
@@ -2,16 +2,16 @@
buildNpmPackage rec {
pname = "terser";
version = "5.36.0";
version = "5.38.0";
src = fetchFromGitHub {
owner = "terser";
repo = "terser";
rev = "v${version}";
hash = "sha256-iPxcr7B2raTBFidPTwiETGusSy79tRYNzoJObyVYSWY=";
hash = "sha256-iVl5L5qxpXkBfiW8OqsMr4iZ0UQiN4TSAYXz9d29bnA=";
};
npmDepsHash = "sha256-o5bCrvjVLmnxvYJJTp1qENR0l0C32D+2LfMKitt6zuY=";
npmDepsHash = "sha256-84MWjkiv1/W+JyUtrjY9Rk0UIkZWIv07Q1qLSVYNcO4=";
meta = with lib; {
description = "JavaScript parser, mangler and compressor toolkit for ES6+";