Skip to content

Commit

Permalink
Merge pull request NixOS#314496 from r-ryantm/auto-update/terser
Browse files Browse the repository at this point in the history
terser: 5.30.4 -> 5.31.0
  • Loading branch information
NickCao authored May 25, 2024
2 parents 1bede8d + f0c217e commit 59d945f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/tools/misc/terser/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

buildNpmPackage rec {
pname = "terser";
version = "5.30.4";
version = "5.31.0";

src = fetchFromGitHub {
owner = "terser";
repo = "terser";
rev = "v${version}";
hash = "sha256-d0zxwUvXa+Nm9p8QkhBhXl73XfJ+dxxt+GHkFtI8Zuk=";
hash = "sha256-rZYzeNBUaimetn/NRugsx6Czc0NxMzAKN58DRcae7pM=";
};

npmDepsHash = "sha256-7j3hMDVktQxolCMM27SH7y5ZtexnwF//ccilVZ0w5l8=";
npmDepsHash = "sha256-SKL//hww6I3RDkqEUBrM0xDSuoPOCArvKKiBz68JtRo=";

meta = with lib; {
description = "JavaScript parser, mangler and compressor toolkit for ES6+";
Expand Down

0 comments on commit 59d945f

Please sign in to comment.