Merge pull request #325817 from Kidsan/update-transcribe

transcribe: 9.41.0 -> 9.41.2
This commit is contained in:
Peder Bergebakken Sundt 2024-07-18 02:17:08 +02:00 committed by GitHub
commit 2ca1045983
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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