Skip to content

Commit

Permalink
home-assistant: pin ollama at 0.3.3 (#370002)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt authored Jan 1, 2025
2 parents 76d002f + 08ee1fe commit 8dc0075
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pkgs/servers/home-assistant/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,17 @@ let
];
});

ollama = super.ollama.overridePythonAttrs (oldAttrs: rec {
version = "0.3.3";
src = fetchFromGitHub {
owner = "ollama";
repo = "ollama-python";
tag = "v${version}";
hash = "sha256-27OJwPvHBxCdaiHk8EQ2s1OeBzgsrzp1MjgKHNgvz+A=";
};
dependencies = with self; [ httpx ];
});

openhomedevice = super.openhomedevice.overridePythonAttrs (oldAttrs: rec {
version = "2.2";
src = fetchFromGitHub {
Expand Down

0 comments on commit 8dc0075

Please sign in to comment.