Skip to content

Commit db0033b

Browse files
committed
all-the-package-names: 2.0.2147 -> 2.0.2154
1 parent c5c594d commit db0033b

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.2147";
10+
version = "2.0.2154";
1111

1212
src = fetchFromGitHub {
1313
owner = "nice-registry";
1414
repo = "all-the-package-names";
1515
tag = "v${version}";
16-
hash = "sha256-SVZV9/eAPp7IxWhNxKuDgxFaW/nQiLZkRrqCgRbU9hQ=";
16+
hash = "sha256-JAWD64CTQACKH8uGyGcbWqTkCQxmRvtQIyco4rK3l6Y=";
1717
};
1818

19-
npmDepsHash = "sha256-pJZpgmo3yNo9xGHC4U2XDBm+EFdFCP8BCSlmRnHUUVo=";
19+
npmDepsHash = "sha256-yzjW4m0gHKfWulgAIR04IkWDnHvfCohF/wHi6Wu42cY=";
2020

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

0 commit comments

Comments
 (0)