Skip to content

Commit

Permalink
wyoming-fastper-whisper: 2.1.0 -> 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada committed Oct 20, 2024
1 parent 5661717 commit d586a18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/audio/wyoming/faster-whisper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

python3Packages.buildPythonApplication rec {
pname = "wyoming-faster-whisper";
version = "2.1.0";
version = "2.2.0";
pyproject = true;

src = fetchFromGitHub {
owner = "rhasspy";
repo = "wyoming-faster-whisper";
rev = "refs/tags/v${version}";
hash = "sha256-zWa872YkPh8B7dE//leth+ixIa1wHSRcjkvH2lXzolc=";
hash = "sha256-G46ycjpRu4MD00FiBM1H0DrPpXaaPlZ8yeoyZ7WYD48=";
};

nativeBuildInputs = with python3Packages; [
Expand Down

0 comments on commit d586a18

Please sign in to comment.