transcribe: 9.21 -> 9.25

This commit is contained in:
Iwan Briquemont
2023-03-24 21:39:06 +01:00
parent 8d709fdd24
commit 20535eedbb
@@ -22,14 +22,14 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "transcribe"; pname = "transcribe";
version = "9.21"; version = "9.25";
src = src =
if stdenv.hostPlatform.system == "x86_64-linux" then if stdenv.hostPlatform.system == "x86_64-linux" then
fetchzip fetchzip
{ {
url = "https://www.seventhstring.com/xscribe/downlo/xscsetup-9.21.0.tar.gz"; url = "https://www.seventhstring.com/xscribe/downlo/xscsetup-${version}.0.tar.gz";
sha256 = "sha256-M0hOJOsTTRxPef8rTO+/KpiP4lr8mtplS9KITaFOFPA="; sha256 = "sha256-vgl3BCAC7gOYTviHJzMbgZfHTpP90XUvxpC1IhvEZ8I=";
} }
else throw "Platform not supported"; else throw "Platform not supported";