Skip to content

Commit 0fca467

Browse files
repomix: 0.3.5 -> 0.3.6 (#410759)
Co-authored-by: boralg <[email protected]>
2 parents f1007ed + 61cf94d commit 0fca467

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

1313
src = fetchFromGitHub {
1414
owner = "yamadashy";
1515
repo = "repomix";
1616
tag = "v${version}";
17-
hash = "sha256-gB4Z3IEzPUoHXI1a/JFBOmn+twIq469X0uQOSIs13LU=";
17+
hash = "sha256-OTbExzeBHqYVvxXMQVAv+WM4Brvg4BZx2iLGRK6YyIk=";
1818
};
1919

20-
npmDepsHash = "sha256-bO37po20j7wZbjT1LEY+yz0DGfVL3E3y+MjaFyK+LEE=";
20+
npmDepsHash = "sha256-Q9j5cGEldwb93+ddsLjDF4FW/U6QkT7xiJLp4eA4Uc0=";
2121

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

0 commit comments

Comments
 (0)