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 7066f57 + f21a031 commit b5b11e9Copy full SHA for b5b11e9
pkgs/by-name/re/repomix/package.nix
@@ -8,16 +8,16 @@
8
9
buildNpmPackage rec {
10
pname = "repomix";
11
- version = "0.3.0";
+ version = "0.3.1";
12
13
src = fetchFromGitHub {
14
owner = "yamadashy";
15
repo = "repomix";
16
tag = "v${version}";
17
- hash = "sha256-a0FZaATQ4U9KtRY1m/Bi/1P9hDoNbcracZagm9EMSew=";
+ hash = "sha256-vK+Fn9gmPUTWkUHmNAX9OAoGxhG4tiVwqK6P+f8hcJQ=";
18
};
19
20
- npmDepsHash = "sha256-BD0JBwZ3FSMpJRRTKQinPuaSBjX/RrkwXUqDr1wXEhk=";
+ npmDepsHash = "sha256-ihC4SCl0J5trz84ixUq12BjGtPMsfv5Ngs+QzkbjJbQ=";
21
22
nativeInstallCheckInputs = [ versionCheckHook ];
23
doInstallCheck = true;
0 commit comments