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 11ba3a4 + 8bbce42 commit 6421090Copy full SHA for 6421090
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.2042";
+ version = "2.0.2070";
11
12
src = fetchFromGitHub {
13
owner = "nice-registry";
14
repo = "all-the-package-names";
15
tag = "v${version}";
16
- hash = "sha256-663gKreskI6Fleg5YNYTmqXx0HBZS+as/yc/XGqtpVc=";
+ hash = "sha256-yODB3vnQ3V0p+2tatYStrc5X1hA3nfm+mULhGEgIIPc=";
17
};
18
19
- npmDepsHash = "sha256-YmSNf3rdQghHxNT/ziOqtpBx2MWAJb2NcG0KwPN6mmk=";
+ npmDepsHash = "sha256-Ylqp5Zq04VyL4jYDkv4VLg2up2qFldHqleJaKQXKE/s=";
20
21
passthru.updateScript = nix-update-script { };
22
0 commit comments