about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2024-02-05 04:48:13 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2024-02-05 04:48:13 +0000
commit8c75541e4251d31a98160dd6f12daed6c49f6d21 (patch)
treeaaff88183652b77fbbe26422635c244be39955bc /pkgs/applications/audio
parent4888d2428dd1864029acc7f4419fb30adc07be26 (diff)
downloadnixlib-8c75541e4251d31a98160dd6f12daed6c49f6d21.tar
nixlib-8c75541e4251d31a98160dd6f12daed6c49f6d21.tar.gz
nixlib-8c75541e4251d31a98160dd6f12daed6c49f6d21.tar.bz2
nixlib-8c75541e4251d31a98160dd6f12daed6c49f6d21.tar.lz
nixlib-8c75541e4251d31a98160dd6f12daed6c49f6d21.tar.xz
nixlib-8c75541e4251d31a98160dd6f12daed6c49f6d21.tar.zst
nixlib-8c75541e4251d31a98160dd6f12daed6c49f6d21.zip
transcribe: 9.30.2 -> 9.40.0
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/transcribe/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/transcribe/default.nix b/pkgs/applications/audio/transcribe/default.nix
index 389580cf51a2..2831dd1f4baf 100644
--- a/pkgs/applications/audio/transcribe/default.nix
+++ b/pkgs/applications/audio/transcribe/default.nix
@@ -22,14 +22,14 @@
 
 stdenv.mkDerivation rec {
   pname = "transcribe";
-  version = "9.30.2";
+  version = "9.40.0";
 
   src =
     if stdenv.hostPlatform.system == "x86_64-linux" then
       fetchzip
         {
           url = "https://www.seventhstring.com/xscribe/downlo/xscsetup-${version}.tar.gz";
-          sha256 = "sha256-EZyQsO3tSedMaZIhJWc7j3f7ikBf6XqXLUgdAiQdr14=";
+          sha256 = "sha256-GHTr1rk7Kh5M0UYnryUlCk/G6pW3p80GJ6Ai0zXdfNs=";
         }
     else throw "Platform not supported";