Merge pull request #325557 from r-ryantm/auto-update/pm2

pm2: 5.4.1 -> 5.4.2
This commit is contained in:
Nick Cao
2024-07-08 16:08:54 -04:00
committed by GitHub
+3 -3
View File
@@ -5,16 +5,16 @@
buildNpmPackage rec {
pname = "pm2";
version = "5.4.1";
version = "5.4.2";
src = fetchFromGitHub {
owner = "Unitech";
repo = "pm2";
rev = "v${version}";
hash = "sha256-LMBQ1+VyGjq76Qs5HtELSvEuml3XfzLBbvcuAFuJzw4=";
hash = "sha256-8Fsh7rld7rtT55qVgj3/XbujNpZx0BfzTRcLjdPLFSA=";
};
npmDepsHash = "sha256-hXP+rXXn0Ds81D2iLWVkgfFiFA3dDD5wrAoVivHaRHA=";
npmDepsHash = "sha256-Rp3euhURkZgVyszyAwrIftL7lY4aoP+Q4kSQBFxwTcs=";
dontNpmBuild = true;