From ef9a79a35c84ddd09252e7f9f6f47770a80b0244 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Wed, 9 Jul 2025 01:28:02 +0200 Subject: [PATCH] vectorcode: 0.7.4 -> 0.7.7 Diff: https://github.com/Davidyz/VectorCode/compare/refs/tags/0.7.4...refs/tags/0.7.7 Changelog: https://github.com/Davidyz/VectorCode/releases/tag/0.7.7 --- pkgs/by-name/ve/vectorcode/package.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/ve/vectorcode/package.nix b/pkgs/by-name/ve/vectorcode/package.nix index 7af4424e2569..319c25eabba8 100644 --- a/pkgs/by-name/ve/vectorcode/package.nix +++ b/pkgs/by-name/ve/vectorcode/package.nix @@ -92,20 +92,23 @@ let in python.pkgs.buildPythonApplication rec { pname = "vectorcode"; - version = "0.7.4"; + version = "0.7.7"; pyproject = true; src = fetchFromGitHub { owner = "Davidyz"; repo = "VectorCode"; tag = version; - hash = "sha256-N74XBQahUIj0rKJI0emtNvGlG9uYkeHqweppp8fUSLU="; + hash = "sha256-c8Wp/bP5KHDN/i2bMyiOQgnHDw8tPbg4IZIQ5Ut4SIo="; }; build-system = with python.pkgs; [ pdm-backend ]; + pythonRelaxDeps = [ + "posthog" + ]; dependencies = with python.pkgs; [