From 1ab1ec47fb632f9d41f8b54170079fa03f25cbd4 Mon Sep 17 00:00:00 2001 From: Gaetan Lepage Date: Fri, 15 May 2026 09:08:46 +0000 Subject: [PATCH] mistral-vibe: 2.9.5 -> 2.9.6 Diff: https://github.com/mistralai/mistral-vibe/compare/v2.9.5...v2.9.6 Changelog: https://github.com/mistralai/mistral-vibe/blob/v2.9.6/CHANGELOG.md --- pkgs/by-name/mi/mistral-vibe/package.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pkgs/by-name/mi/mistral-vibe/package.nix b/pkgs/by-name/mi/mistral-vibe/package.nix index 184f4f0f0ab6..d4879717113b 100644 --- a/pkgs/by-name/mi/mistral-vibe/package.nix +++ b/pkgs/by-name/mi/mistral-vibe/package.nix @@ -37,7 +37,7 @@ let in python3Packages.buildPythonApplication (finalAttrs: { pname = "mistral-vibe"; - version = "2.9.5"; + version = "2.9.6"; pyproject = true; __structuredAttrs = true; @@ -45,7 +45,7 @@ python3Packages.buildPythonApplication (finalAttrs: { owner = "mistralai"; repo = "mistral-vibe"; tag = "v${finalAttrs.version}"; - hash = "sha256-NiW4VZyQerFhDEDXOOTNzOpsPnZvoyxJWMfg9hHJJ8c="; + hash = "sha256-4zfeMbqM43Gd/s7EDROEHste1+0+X9Qs3LUIxCp2Clg="; }; build-system = with python3Packages; [ @@ -56,6 +56,7 @@ python3Packages.buildPythonApplication (finalAttrs: { pythonRelaxDeps = [ "agent-client-protocol" + "certifi" "cryptography" "gitpython" "mistralai" @@ -69,6 +70,7 @@ python3Packages.buildPythonApplication (finalAttrs: { agent-client-protocol anyio cachetools + certifi charset-normalizer cryptography gitpython