lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.llm-mistral: 0.14 -> 0.15

R. Ryantm b565a9ab fc02ee70

+3 -3
+3 -3
pkgs/development/python-modules/llm-mistral/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "llm-mistral"; 18 - version = "0.14"; 18 + version = "0.15"; 19 19 pyproject = true; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "simonw"; 23 23 repo = "llm-mistral"; 24 24 tag = version; 25 - hash = "sha256-NuiqRA/SCjGq0hJsnHJ/vgdncIKu3oE9WqWGht7QRMc="; 25 + hash = "sha256-4ajvsq0sm3/vdiHUuNxHsHKdX58VNNpHIwhWI0ws+08="; 26 26 }; 27 27 28 28 build-system = [ ··· 49 49 meta = { 50 50 description = "LLM plugin providing access to Mistral models using the Mistral API"; 51 51 homepage = "https://github.com/simonw/llm-mistral"; 52 - changelog = "https://github.com/simonw/llm-mistral/releases/tag/${version}/CHANGELOG.md"; 52 + changelog = "https://github.com/simonw/llm-mistral/releases/tag/${src.tag}/CHANGELOG.md"; 53 53 license = lib.licenses.asl20; 54 54 maintainers = with lib.maintainers; [ philiptaron ]; 55 55 };