Skip to content

Commit 2b1e16e

Browse files
repomix: 0.2.25 -> 0.2.29 (#384812)
Co-authored-by: boralg <[email protected]>
2 parents 793d078 + 0933439 commit 2b1e16e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/re/repomix/package.nix

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

99
buildNpmPackage rec {
1010
pname = "repomix";
11-
version = "0.2.25";
11+
version = "0.2.29";
1212

1313
src = fetchFromGitHub {
1414
owner = "yamadashy";
1515
repo = "repomix";
1616
tag = "v${version}";
17-
hash = "sha256-Iuf2BJjJGYLw8J2UQzbAK50BZPaMa/3E3gXswWVRxn0=";
17+
hash = "sha256-AOqGmI5hnDA18/+uFGQwVKdLniOvGMEBKHTZJa5gE2w=";
1818
};
1919

20-
npmDepsHash = "sha256-p/8/8o0BiHBsBaMtduEd1z6HYi3TerU6wuzOTq3oitg=";
20+
npmDepsHash = "sha256-R/NTlU5ljwmoGHB/5wPADkGx8xjfF4d2bPWWkAr+VOk=";
2121

2222
nativeInstallCheckInputs = [ versionCheckHook ];
2323
doInstallCheck = true;

0 commit comments

Comments
 (0)