Skip to content

Commit f21a031

Browse files
committed
repomix: 0.3.0 -> 0.3.1
1 parent 7f092ef commit f21a031

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

1313
src = fetchFromGitHub {
1414
owner = "yamadashy";
1515
repo = "repomix";
1616
tag = "v${version}";
17-
hash = "sha256-a0FZaATQ4U9KtRY1m/Bi/1P9hDoNbcracZagm9EMSew=";
17+
hash = "sha256-vK+Fn9gmPUTWkUHmNAX9OAoGxhG4tiVwqK6P+f8hcJQ=";
1818
};
1919

20-
npmDepsHash = "sha256-BD0JBwZ3FSMpJRRTKQinPuaSBjX/RrkwXUqDr1wXEhk=";
20+
npmDepsHash = "sha256-ihC4SCl0J5trz84ixUq12BjGtPMsfv5Ngs+QzkbjJbQ=";
2121

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

0 commit comments

Comments
 (0)