Skip to content

Commit 0d60d4e

Browse files
repomix: 0.2.24 -> 0.2.25 (#380974)
Co-authored-by: boralg <[email protected]>
2 parents 5c91bfb + 35bbdb9 commit 0d60d4e

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.24";
11+
version = "0.2.25";
1212

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

20-
npmDepsHash = "sha256-TYDqy2itdgCO0N3WyE56txLmiTE+ZhUeWRgxHf+mvec=";
20+
npmDepsHash = "sha256-p/8/8o0BiHBsBaMtduEd1z6HYi3TerU6wuzOTq3oitg=";
2121

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

0 commit comments

Comments
 (0)