Merge pull request #222948 from iwanb/transcribeup

transcribe: 9.21 -> 9.25

authored by Nick Cao and committed by GitHub b10dfc85 dfb336e2

+3 -3
+3 -3
pkgs/applications/audio/transcribe/default.nix
··· 22 23 stdenv.mkDerivation rec { 24 pname = "transcribe"; 25 - version = "9.21"; 26 27 src = 28 if stdenv.hostPlatform.system == "x86_64-linux" then 29 fetchzip 30 { 31 - url = "https://www.seventhstring.com/xscribe/downlo/xscsetup-9.21.0.tar.gz"; 32 - sha256 = "sha256-M0hOJOsTTRxPef8rTO+/KpiP4lr8mtplS9KITaFOFPA="; 33 } 34 else throw "Platform not supported"; 35
··· 22 23 stdenv.mkDerivation rec { 24 pname = "transcribe"; 25 + version = "9.25"; 26 27 src = 28 if stdenv.hostPlatform.system == "x86_64-linux" then 29 fetchzip 30 { 31 + url = "https://www.seventhstring.com/xscribe/downlo/xscsetup-${version}.0.tar.gz"; 32 + sha256 = "sha256-vgl3BCAC7gOYTviHJzMbgZfHTpP90XUvxpC1IhvEZ8I="; 33 } 34 else throw "Platform not supported"; 35