about summary refs log tree commit diff
path: root/pkgs/tools/audio
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-06 18:01:15 +0000
committerGitHub <noreply@github.com>2024-01-06 18:01:15 +0000
commit17cf061755b2dfe62038f72a6526657a802295a6 (patch)
tree73bfaa0a023c33d24c33a816c4f93da18b1ab4dd /pkgs/tools/audio
parent29f13734fd1af73bef6bf92de385520dd025fdfa (diff)
parent4166d6026065b381ae0bb43ed10fcba2103238c4 (diff)
downloadnixlib-17cf061755b2dfe62038f72a6526657a802295a6.tar
nixlib-17cf061755b2dfe62038f72a6526657a802295a6.tar.gz
nixlib-17cf061755b2dfe62038f72a6526657a802295a6.tar.bz2
nixlib-17cf061755b2dfe62038f72a6526657a802295a6.tar.lz
nixlib-17cf061755b2dfe62038f72a6526657a802295a6.tar.xz
nixlib-17cf061755b2dfe62038f72a6526657a802295a6.tar.zst
nixlib-17cf061755b2dfe62038f72a6526657a802295a6.zip
Merge master into staging-next
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 5e4127214f56..58bf0704981d 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.3.5";
+  version = "0.3.6";
 in
 python3.pkgs.buildPythonApplication {
   inherit pname version;
@@ -17,7 +17,7 @@ python3.pkgs.buildPythonApplication {
     owner = "Softcatala";
     repo = "whisper-ctranslate2";
     rev = version;
-    hash = "sha256-2eBJghncgzIbQKItj0Qng5xwvh9BBHNMxlbjO+tUdVU=";
+    hash = "sha256-lKzv33mFuXOmKNSOJJViS9VWCxJ+UQu8GXsswoIgdwE=";
   };
 
   propagatedBuildInputs = with python3.pkgs; [