From 9a32f0f4ff1cbdeb9ba8c69c79e783bb429a476d Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Tue, 2 Aug 2022 04:46:09 +0000 Subject: [PATCH] transcribe: 9.10 -> 9.21 --- pkgs/applications/audio/transcribe/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/audio/transcribe/default.nix b/pkgs/applications/audio/transcribe/default.nix index 06f0d47d8a2c..5c9f31b75002 100644 --- a/pkgs/applications/audio/transcribe/default.nix +++ b/pkgs/applications/audio/transcribe/default.nix @@ -20,14 +20,14 @@ stdenv.mkDerivation rec { pname = "transcribe"; - version = "9.10"; + version = "9.21"; src = if stdenv.hostPlatform.system == "x86_64-linux" then fetchzip { - url = "https://www.seventhstring.com/xscribe/downlo/xscsetup-9.10.0.tar.gz"; - sha256 = "sha256-6+P2qdjyvCzwrXYgw2yeG+hu8W5t6E0RCZx6Znkvj3g="; + url = "https://www.seventhstring.com/xscribe/downlo/xscsetup-9.21.0.tar.gz"; + sha256 = "sha256-M0hOJOsTTRxPef8rTO+/KpiP4lr8mtplS9KITaFOFPA="; } else throw "Platform not supported";