Skip to content

Commit 18368c4

Browse files
pm2: 6.0.6 -> 6.0.8 (#414196)
Co-authored-by: jeremyschlatter <[email protected]>
2 parents 0bb440c + 187fe56 commit 18368c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/pm/pm2/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@
77

88
buildNpmPackage rec {
99
pname = "pm2";
10-
version = "6.0.6";
10+
version = "6.0.8";
1111

1212
src = fetchFromGitHub {
1313
owner = "Unitech";
1414
repo = "pm2";
1515
rev = "v${version}";
16-
hash = "sha256-ji6IOlPSEj+qpSusF3OX056KuZDL3JjvaTNT/UQTiqA=";
16+
hash = "sha256-roSHLJsDeNAa9z9O/hgy9P4ho5zeLz1+w0a8U0Ix2ao=";
1717

1818
# Requested patch upstream: https://github.com/Unitech/pm2/pull/5985
1919
postFetch = ''
2020
${lib.getExe npm-lockfile-fix} $out/package-lock.json
2121
'';
2222
};
2323

24-
npmDepsHash = "sha256-b+SSal4eNruQOMNAFoLLJdzfFhz1T3EieDv4kTwwA1Y=";
24+
npmDepsHash = "sha256-6xUGO1vrzU5pi33ZaiRB6L5gY8p7ES93effyGdhsV5o=";
2525

2626
dontNpmBuild = true;
2727

0 commit comments

Comments
 (0)