Skip to content

Commit 8f9b78b

Browse files
committed
manicode: 1.0.94 -> 1.0.99
1 parent b463726 commit 8f9b78b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

pkgs/by-name/ma/manicode/package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkgs/by-name/ma/manicode/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
buildNpmPackage rec {
88
pname = "manicode";
9-
version = "1.0.94";
9+
version = "1.0.99";
1010

1111
src = fetchzip {
1212
url = "https://registry.npmjs.org/manicode/-/manicode-${version}.tgz";
13-
hash = "sha256-mn3bxZashP4zgCO7pB9yqjZ7uLglTC+pa3ifxlIW4BY=";
13+
hash = "sha256-LVTh8yOfP92zGSdxLpThC+U9E8cBjoL0+iMQOldNO8A=";
1414
};
1515

16-
npmDepsHash = "sha256-PnySdTtlgZ9J0qIegwgiDoGuqa7/KyUxUpiZ8yepuZI=";
16+
npmDepsHash = "sha256-MAm/FE8M6BBDZD5Fy2k6GcM5Qv35jNeUwHcemmbUj/A=";
1717

1818
postPatch = ''
1919
cp ${./package-lock.json} package-lock.json

0 commit comments

Comments
 (0)