pm2: 5.4.1 -> 5.4.2

This commit is contained in:
R. Ryantm
2024-07-08 14:17:46 +00:00
parent 655a58a72a
commit c4fefcef6d
+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;