mistral-vibe: 2.10.0 -> 2.10.1 (#522202)

This commit is contained in:
kirillrdy
2026-05-20 10:59:28 +00:00
committed by GitHub
+2 -2
View File
@@ -37,7 +37,7 @@ let
in
python3Packages.buildPythonApplication (finalAttrs: {
pname = "mistral-vibe";
version = "2.10.0";
version = "2.10.1";
pyproject = true;
__structuredAttrs = true;
@@ -45,7 +45,7 @@ python3Packages.buildPythonApplication (finalAttrs: {
owner = "mistralai";
repo = "mistral-vibe";
tag = "v${finalAttrs.version}";
hash = "sha256-Xf79PFhBguJQlLcdNhh3oSQ4w5EHrXZomnniiM99WZ4=";
hash = "sha256-hbsOA+8tOoFuwiz2KLdcJsbrn/sYec8vqzvh6mKgX08=";
};
build-system = with python3Packages; [