transcribe: 9.41.2 -> 9.42.0
This commit is contained in:
parent
3d8d335978
commit
71cad131a6
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user