transcribe: 9.41.2 -> 9.42.0

This commit is contained in:
R. Ryantm 2025-06-28 00:31:58 +00:00
parent 3d8d335978
commit 71cad131a6

View File

@ -23,13 +23,13 @@
stdenv.mkDerivation rec {
pname = "transcribe";
version = "9.41.2";
version = "9.42.0";
src =
if stdenv.hostPlatform.system == "x86_64-linux" then
fetchzip {
url = "https://www.seventhstring.com/xscribe/downlo/xscsetup-${version}.tar.gz";
sha256 = "sha256-VWfjtNbwK9ZiWgs161ubRy+IjSXXk3FEfMkmA6Jhz8A=";
sha256 = "sha256-QCEkxOP1nWtBHFS259Oyqo2beehgCeR7zZ6wqBZe00s=";
}
else
throw "Platform not supported";