lol

Merge pull request #184727 from r-ryantm/auto-update/transcribe

transcribe: 9.10 -> 9.21

authored by

Jonas Heinrich and committed by
GitHub
78f0d5ba f21ec1e7

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