Skip to content

Commit 8e57d27

Browse files
authored
vectorcode: 0.6.7 -> 0.6.9 (#409885)
2 parents 1144398 + c06ae64 commit 8e57d27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/by-name/ve/vectorcode/package.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,14 @@
1010

1111
python3Packages.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";

0 commit comments

Comments
 (0)