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 793d078 + 0933439 commit 2b1e16eCopy full SHA for 2b1e16e
pkgs/by-name/re/repomix/package.nix
@@ -8,16 +8,16 @@
8
9
buildNpmPackage rec {
10
pname = "repomix";
11
- version = "0.2.25";
+ version = "0.2.29";
12
13
src = fetchFromGitHub {
14
owner = "yamadashy";
15
repo = "repomix";
16
tag = "v${version}";
17
- hash = "sha256-Iuf2BJjJGYLw8J2UQzbAK50BZPaMa/3E3gXswWVRxn0=";
+ hash = "sha256-AOqGmI5hnDA18/+uFGQwVKdLniOvGMEBKHTZJa5gE2w=";
18
};
19
20
- npmDepsHash = "sha256-p/8/8o0BiHBsBaMtduEd1z6HYi3TerU6wuzOTq3oitg=";
+ npmDepsHash = "sha256-R/NTlU5ljwmoGHB/5wPADkGx8xjfF4d2bPWWkAr+VOk=";
21
22
nativeInstallCheckInputs = [ versionCheckHook ];
23
doInstallCheck = true;
0 commit comments