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 10d27a4 + db0033b commit 624e03aCopy full SHA for 624e03a
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.2147";
+ version = "2.0.2154";
11
12
src = fetchFromGitHub {
13
owner = "nice-registry";
14
repo = "all-the-package-names";
15
tag = "v${version}";
16
- hash = "sha256-SVZV9/eAPp7IxWhNxKuDgxFaW/nQiLZkRrqCgRbU9hQ=";
+ hash = "sha256-JAWD64CTQACKH8uGyGcbWqTkCQxmRvtQIyco4rK3l6Y=";
17
};
18
19
- npmDepsHash = "sha256-pJZpgmo3yNo9xGHC4U2XDBm+EFdFCP8BCSlmRnHUUVo=";
+ npmDepsHash = "sha256-yzjW4m0gHKfWulgAIR04IkWDnHvfCohF/wHi6Wu42cY=";
20
21
passthru.updateScript = nix-update-script { };
22
0 commit comments