about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2024-02-09 22:23:32 +0100
committerGitHub <noreply@github.com>2024-02-09 22:23:32 +0100
commit2445958635a1a271f0ecc7b4dfdbc5c79cad4593 (patch)
treede2e412883c79af5c7d2de17f58a9f3e2147e3ff /pkgs/applications/audio
parent3ec21389b7671b5ef48cbc8a4bf1e83bb880bf9e (diff)
parent8c75541e4251d31a98160dd6f12daed6c49f6d21 (diff)
downloadnixlib-2445958635a1a271f0ecc7b4dfdbc5c79cad4593.tar
nixlib-2445958635a1a271f0ecc7b4dfdbc5c79cad4593.tar.gz
nixlib-2445958635a1a271f0ecc7b4dfdbc5c79cad4593.tar.bz2
nixlib-2445958635a1a271f0ecc7b4dfdbc5c79cad4593.tar.lz
nixlib-2445958635a1a271f0ecc7b4dfdbc5c79cad4593.tar.xz
nixlib-2445958635a1a271f0ecc7b4dfdbc5c79cad4593.tar.zst
nixlib-2445958635a1a271f0ecc7b4dfdbc5c79cad4593.zip
Merge pull request #286414 from r-ryantm/auto-update/transcribe
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";