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 5c91bfb + 35bbdb9 commit 0d60d4eCopy full SHA for 0d60d4e
pkgs/by-name/re/repomix/package.nix
@@ -8,16 +8,16 @@
8
9
buildNpmPackage rec {
10
pname = "repomix";
11
- version = "0.2.24";
+ version = "0.2.25";
12
13
src = fetchFromGitHub {
14
owner = "yamadashy";
15
repo = "repomix";
16
tag = "v${version}";
17
- hash = "sha256-AP9wwx836AoIMnOc8JB06Kl9vfk9CQArLTsoYYdv3Rs=";
+ hash = "sha256-Iuf2BJjJGYLw8J2UQzbAK50BZPaMa/3E3gXswWVRxn0=";
18
};
19
20
- npmDepsHash = "sha256-TYDqy2itdgCO0N3WyE56txLmiTE+ZhUeWRgxHf+mvec=";
+ npmDepsHash = "sha256-p/8/8o0BiHBsBaMtduEd1z6HYi3TerU6wuzOTq3oitg=";
21
22
nativeInstallCheckInputs = [ versionCheckHook ];
23
doInstallCheck = true;
0 commit comments