about summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-09-03 11:27:02 -0400
committerGitHub <noreply@github.com>2023-09-03 11:27:02 -0400
commitbacfc67284951444024a13340ee373cfd69368a8 (patch)
tree9a519e921a6ae43dc065ce046c13b3903aaedf39 /pkgs/applications/audio
parent790c9fe4ef0682b7b8cfee7c50c551c5986aec70 (diff)
parentb867779dbc934ceba9a8135346c2af1a5cab044e (diff)
downloadnixlib-bacfc67284951444024a13340ee373cfd69368a8.tar
nixlib-bacfc67284951444024a13340ee373cfd69368a8.tar.gz
nixlib-bacfc67284951444024a13340ee373cfd69368a8.tar.bz2
nixlib-bacfc67284951444024a13340ee373cfd69368a8.tar.lz
nixlib-bacfc67284951444024a13340ee373cfd69368a8.tar.xz
nixlib-bacfc67284951444024a13340ee373cfd69368a8.tar.zst
nixlib-bacfc67284951444024a13340ee373cfd69368a8.zip
Merge pull request #253117 from Kidsan/update-transcribe
transcribe: 9.25.0 -> 9.30.2
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/transcribe/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/audio/transcribe/default.nix b/pkgs/applications/audio/transcribe/default.nix
index e70f9521756e..389580cf51a2 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.25";
+  version = "9.30.2";
 
   src =
     if stdenv.hostPlatform.system == "x86_64-linux" then
       fetchzip
         {
-          url = "https://www.seventhstring.com/xscribe/downlo/xscsetup-${version}.0.tar.gz";
-          sha256 = "sha256-vgl3BCAC7gOYTviHJzMbgZfHTpP90XUvxpC1IhvEZ8I=";
+          url = "https://www.seventhstring.com/xscribe/downlo/xscsetup-${version}.tar.gz";
+          sha256 = "sha256-EZyQsO3tSedMaZIhJWc7j3f7ikBf6XqXLUgdAiQdr14=";
         }
     else throw "Platform not supported";