File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/by-name/ve/vectorcode Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010
1111python3Packages . buildPythonApplication rec {
1212 pname = "vectorcode" ;
13- version = "0.6.7 " ;
13+ version = "0.6.9 " ;
1414 pyproject = true ;
1515
1616 src = fetchFromGitHub {
1717 owner = "Davidyz" ;
1818 repo = "VectorCode" ;
1919 tag = version ;
20- hash = "sha256-BDDvALeQSBVld2gEmcnlpf3GDpdEs64nFyE6cNKpeww =" ;
20+ hash = "sha256-qXrXNt5uI/gePFyJ79y+zksSekq7BzsbL+1tvMQ/zKM =" ;
2121 } ;
2222
2323 build-system = with python3Packages ; [
@@ -95,7 +95,7 @@ python3Packages.buildPythonApplication rec {
9595 meta = {
9696 description = "Code repository indexing tool to supercharge your LLM experience" ;
9797 homepage = "https://github.com/Davidyz/VectorCode" ;
98- changelog = "https://github.com/Davidyz/VectorCode/releases/tag/${ version } " ;
98+ changelog = "https://github.com/Davidyz/VectorCode/releases/tag/${ src . tag } " ;
9999 license = lib . licenses . mit ;
100100 maintainers = with lib . maintainers ; [ GaetanLepage ] ;
101101 mainProgram = "vectorcode" ;
You can’t perform that action at this time.
0 commit comments