calibre: update from 2.31.0 to 2.33.0

moved from sourceforge to github as sourceforge is outdated
This commit is contained in:
Pascal Wittmann 2015-08-04 13:52:55 +02:00
parent 1b4a727959
commit 6469382809

View File

@ -5,11 +5,12 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "calibre-2.31.0"; name = "calibre-2.33.0";
version = "2.33.0";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/calibre/${name}.tar.xz"; url = "https://github.com/kovidgoyal/calibre/releases/download/v${version}/${name}.tar.xz";
sha256 = "1414c324alvgwbiszalklck1kay41yca2wnm488imr2768fihzkz"; sha256 = "0j1micmjffi6rsn3ayblnz0wq648v05ckbn1qsiz086iaj2285q9";
}; };
inherit python; inherit python;