Skip to content

Commit

Permalink
wyoming-faster-whisper: 2.2.0 -> 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Jan 13, 2025
1 parent 2badf06 commit f428101
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 @@ -6,14 +6,14 @@

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

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

nativeBuildInputs = with python3Packages; [
Expand Down

0 comments on commit f428101

Please sign in to comment.