about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorYt <raphael@megzari.com>2024-01-06 16:11:28 +0100
committerGitHub <noreply@github.com>2024-01-06 16:11:28 +0100
commit002623587a4844b6975e33b85af7490087362113 (patch)
treeb995bee5c6433ae61acf2733258f4e8d2d3e9b64 /pkgs
parent89568178eefc63ed43838277678260fe802d12af (diff)
parentf456b8310930c8aabeb8f35be47ed61720c2e97d (diff)
downloadnixlib-002623587a4844b6975e33b85af7490087362113.tar
nixlib-002623587a4844b6975e33b85af7490087362113.tar.gz
nixlib-002623587a4844b6975e33b85af7490087362113.tar.bz2
nixlib-002623587a4844b6975e33b85af7490087362113.tar.lz
nixlib-002623587a4844b6975e33b85af7490087362113.tar.xz
nixlib-002623587a4844b6975e33b85af7490087362113.tar.zst
nixlib-002623587a4844b6975e33b85af7490087362113.zip
Merge pull request #279058 from r-ryantm/auto-update/whisper-ctranslate2
whisper-ctranslate2: 0.3.5 -> 0.3.6
Diffstat (limited to 'pkgs')
-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; [