about summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorOTABI Tomoya <tomoya.otabi@gmail.com>2023-10-20 14:33:11 +0900
committerGitHub <noreply@github.com>2023-10-20 14:33:11 +0900
commit830014abec98e05b97dde6578e4f20a43304688a (patch)
tree7ce961b87e70e1aae0bd347818692a34ffd6dbc1 /pkgs/tools/audio
parent225ed8f292d882a557d46fafd60f54f1d0ea30c9 (diff)
parentf5701c559273a46f0c8d172f6e32b7b9baabc89f (diff)
downloadnixlib-830014abec98e05b97dde6578e4f20a43304688a.tar
nixlib-830014abec98e05b97dde6578e4f20a43304688a.tar.gz
nixlib-830014abec98e05b97dde6578e4f20a43304688a.tar.bz2
nixlib-830014abec98e05b97dde6578e4f20a43304688a.tar.lz
nixlib-830014abec98e05b97dde6578e4f20a43304688a.tar.xz
nixlib-830014abec98e05b97dde6578e4f20a43304688a.tar.zst
nixlib-830014abec98e05b97dde6578e4f20a43304688a.zip
Merge pull request #260597 from r-ryantm/auto-update/openai-whisper-cpp
openai-whisper-cpp: 1.4.0 -> 1.4.2
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/openai-whisper-cpp/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/audio/openai-whisper-cpp/default.nix b/pkgs/tools/audio/openai-whisper-cpp/default.nix
index f6d83690824f..f19425201cde 100644
--- a/pkgs/tools/audio/openai-whisper-cpp/default.nix
+++ b/pkgs/tools/audio/openai-whisper-cpp/default.nix
@@ -12,13 +12,13 @@
 
 stdenv.mkDerivation rec {
   pname = "whisper-cpp";
-  version = "1.4.0";
+  version = "1.4.2";
 
   src = fetchFromGitHub {
     owner = "ggerganov";
     repo = "whisper.cpp";
     rev = "refs/tags/v${version}" ;
-    hash = "sha256-176MpooVQrq1dXC62h8Yyyhw6IjCA50tp1J4DQPSePQ=";
+    hash = "sha256-Qea9zGLJ41D+l8h1Sg/KJI6Ou02jtbRIxYPGoabM8nY=";
   };
 
   # The upstream download script tries to download the models to the