We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3278bf1 + 4e76e0b commit 4d82b26Copy full SHA for 4d82b26
pkgs/by-name/al/all-the-package-names/package.nix
@@ -7,16 +7,16 @@
7
8
buildNpmPackage rec {
9
pname = "all-the-package-names";
10
- version = "2.0.2095";
+ version = "2.0.2117";
11
12
src = fetchFromGitHub {
13
owner = "nice-registry";
14
repo = "all-the-package-names";
15
tag = "v${version}";
16
- hash = "sha256-xlwCNpLNokV2XMzHfx6nuz7ac/2JtgxVpebIBLfYvdc=";
+ hash = "sha256-jcExEGUtBMeKesdYVkkJSlJ59HhHZUAqhVvXkJVZp8g=";
17
};
18
19
- npmDepsHash = "sha256-8hkJjWgsrsPLpdd1GInLtx6GOY8/FqWgmpmUfmNLPV0=";
+ npmDepsHash = "sha256-2SrPy3OybchYATCs0bmU1dZGBCKGhto1M1fPk68V/h8=";
20
21
passthru.updateScript = nix-update-script { };
22
0 commit comments