Skip to content

Commit 4e76e0b

Browse files
committed
all-the-package-names: 2.0.2095 -> 2.0.2117
1 parent e77c31f commit 4e76e0b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/al/all-the-package-names/package.nix

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

88
buildNpmPackage rec {
99
pname = "all-the-package-names";
10-
version = "2.0.2095";
10+
version = "2.0.2117";
1111

1212
src = fetchFromGitHub {
1313
owner = "nice-registry";
1414
repo = "all-the-package-names";
1515
tag = "v${version}";
16-
hash = "sha256-xlwCNpLNokV2XMzHfx6nuz7ac/2JtgxVpebIBLfYvdc=";
16+
hash = "sha256-jcExEGUtBMeKesdYVkkJSlJ59HhHZUAqhVvXkJVZp8g=";
1717
};
1818

19-
npmDepsHash = "sha256-8hkJjWgsrsPLpdd1GInLtx6GOY8/FqWgmpmUfmNLPV0=";
19+
npmDepsHash = "sha256-2SrPy3OybchYATCs0bmU1dZGBCKGhto1M1fPk68V/h8=";
2020

2121
passthru.updateScript = nix-update-script { };
2222

0 commit comments

Comments
 (0)