Merge pull request #308263 from r-ryantm/auto-update/terser

terser: 5.30.0 -> 5.30.4
This commit is contained in:
Nick Cao 2024-05-02 09:23:16 -04:00 committed by GitHub
commit 94035b482d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,16 +2,16 @@
buildNpmPackage rec {
pname = "terser";
version = "5.30.0";
version = "5.30.4";
src = fetchFromGitHub {
owner = "terser";
repo = "terser";
rev = "v${version}";
hash = "sha256-d3vnCEb9HzydpxsuoX66KqUtgYYt/+L2AcpZNFDleoY=";
hash = "sha256-d0zxwUvXa+Nm9p8QkhBhXl73XfJ+dxxt+GHkFtI8Zuk=";
};
npmDepsHash = "sha256-wrxa6/TKYb/pqT4zjTVbfONSYqko12pVzBQ9Ojm7H2o=";
npmDepsHash = "sha256-7j3hMDVktQxolCMM27SH7y5ZtexnwF//ccilVZ0w5l8=";
meta = with lib; {
description = "JavaScript parser, mangler and compressor toolkit for ES6+";