about summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-05-13 09:31:25 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-05-13 09:31:25 +0000
commit24da8cfa913385c13f65592eb6cd24efd2a87c06 (patch)
tree87cf1a1d7af516dcf15a297542f84ba3febc0b5b /pkgs/tools/audio
parent68f07ded7302ffa0d611a2af62dbbb6e9129a8b2 (diff)
whisper-ctranslate2: 0.4.2 -> 0.4.3
Diffstat (limited to 'pkgs/tools/audio')
-rw-r--r--pkgs/tools/audio/whisper-ctranslate2/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/audio/whisper-ctranslate2/default.nix b/pkgs/tools/audio/whisper-ctranslate2/default.nix
index ff74c8bffcb9f..4b9602fefa0c3 100644
--- a/pkgs/tools/audio/whisper-ctranslate2/default.nix
+++ b/pkgs/tools/audio/whisper-ctranslate2/default.nix
@@ -5,7 +5,7 @@
 }:
 let
   pname = "whisper-ctranslate2";
-  version = "0.4.2";
+  version = "0.4.3";
 in
 python3.pkgs.buildPythonApplication {
   inherit pname version;
@@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication {
     owner = "Softcatala";
     repo = "whisper-ctranslate2";
     rev = version;
-    hash = "sha256-q8ofj/MVahBRmE9BSSN9EzadDqJVSxmdTMl53YhrKzY=";
+    hash = "sha256-39kVo4+ZEyjhWbLjw8acW2vJxa3fbQ/tPgnZH3USsYY=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [