mistral-vibe: 2.7.2 -> 2.7.3

This commit is contained in:
mana-byte
2026-04-03 23:12:23 +02:00
parent f953cad13f
commit acceb59b20
+2 -2
View File
@@ -28,14 +28,14 @@ let
in
python3Packages.buildPythonApplication (finalAttrs: {
pname = "mistral-vibe";
version = "2.7.2";
version = "2.7.3";
pyproject = true;
src = fetchFromGitHub {
owner = "mistralai";
repo = "mistral-vibe";
tag = "v${finalAttrs.version}";
hash = "sha256-xQg7skgf0uFD8dLxESbbO1C341+I6BJXK716pX5xbNA=";
hash = "sha256-XRBrBd7X8HewrUJ7K8wQMcVJz3ITPKzyKpyCi7detsE=";
};
build-system = with python3Packages; [