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 f1007ed + 61cf94d commit 0fca467Copy full SHA for 0fca467
pkgs/by-name/re/repomix/package.nix
@@ -8,16 +8,16 @@
8
9
buildNpmPackage rec {
10
pname = "repomix";
11
- version = "0.3.5";
+ version = "0.3.6";
12
13
src = fetchFromGitHub {
14
owner = "yamadashy";
15
repo = "repomix";
16
tag = "v${version}";
17
- hash = "sha256-gB4Z3IEzPUoHXI1a/JFBOmn+twIq469X0uQOSIs13LU=";
+ hash = "sha256-OTbExzeBHqYVvxXMQVAv+WM4Brvg4BZx2iLGRK6YyIk=";
18
};
19
20
- npmDepsHash = "sha256-bO37po20j7wZbjT1LEY+yz0DGfVL3E3y+MjaFyK+LEE=";
+ npmDepsHash = "sha256-Q9j5cGEldwb93+ddsLjDF4FW/U6QkT7xiJLp4eA4Uc0=";
21
22
nativeInstallCheckInputs = [ versionCheckHook ];
23
doInstallCheck = true;
0 commit comments