From ce2e4f3b10eb5204d826f512821cbbac3adaebe1 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Mon, 1 Jun 2026 16:35:06 +0000 Subject: [PATCH] mistral-vibe: 2.12.1 -> 2.13.0 Diff: https://github.com/mistralai/mistral-vibe/compare/v2.12.1...v2.13.0 Changelog: https://github.com/mistralai/mistral-vibe/blob/v2.13.0/CHANGELOG.md --- pkgs/by-name/mi/mistral-vibe/package.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/mi/mistral-vibe/package.nix b/pkgs/by-name/mi/mistral-vibe/package.nix index 3c8025e22034..04442dfcfe9c 100644 --- a/pkgs/by-name/mi/mistral-vibe/package.nix +++ b/pkgs/by-name/mi/mistral-vibe/package.nix @@ -28,7 +28,7 @@ let in python3Packages.buildPythonApplication (finalAttrs: { pname = "mistral-vibe"; - version = "2.12.1"; + version = "2.13.0"; pyproject = true; __structuredAttrs = true; @@ -36,7 +36,7 @@ python3Packages.buildPythonApplication (finalAttrs: { owner = "mistralai"; repo = "mistral-vibe"; tag = "v${finalAttrs.version}"; - hash = "sha256-aMh1gVTsK8rDe9DVGjFci40OizCln4lDKCN/Vz+6vAs="; + hash = "sha256-N4VkqsqcjJfRJwShs5JGyoeGXgc8Ioa0M3UZbO68z0A="; }; build-system = with python3Packages; [ @@ -128,6 +128,7 @@ python3Packages.buildPythonApplication (finalAttrs: { tomli-w tree-sitter tree-sitter-bash + truststore typing-extensions typing-inspection uc-micro-py @@ -159,6 +160,10 @@ python3Packages.buildPythonApplication (finalAttrs: { versionCheckKeepEnvironment = [ "HOME" ]; disabledTests = [ + # vibe.core.llm.exceptions.BackendError: LLM backend error [mock-provider] + # reason: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: Missing Authority Key Identifier (_ssl.c:1032) + "test_generic_backend_streaming_uses_ssl_cert_file" + # Fail in the sandbox # vibe.core.audio_recorder.audio_recorder_port.NoAudioInputDeviceError: No audio input device available "test_audio_stream_yields_chunks"