Skip to content

Commit

Permalink
openai-whisper-cpp: 1.6.2 -> 1.7.0 (#346771)
Browse files Browse the repository at this point in the history
  • Loading branch information
h7x4 authored Oct 6, 2024
2 parents 85d376a + fb93213 commit 9ceb0b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/tools/audio/openai-whisper-cpp/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ let
in
effectiveStdenv.mkDerivation (finalAttrs: {
pname = "whisper-cpp";
version = "1.6.2";
version = "1.7.0";

src = fetchFromGitHub {
owner = "ggerganov";
repo = "whisper.cpp";
rev = "refs/tags/v${finalAttrs.version}" ;
hash = "sha256-hIEIu7feOZWqxRskf6Ej7l653/9KW8B3cnpPLoCRBAc=";
hash = "sha256-obAXqqQEs7lkv6v1vl3aN+Vh6wPSYSXXbI6mlee6/QM=";
};

# The upstream download script tries to download the models to the
Expand Down

0 comments on commit 9ceb0b0

Please sign in to comment.