calibre: update from 2.21.0 to 2.22.0

This commit is contained in:
Pascal Wittmann 2015-03-23 15:18:28 +01:00
parent 433d30b877
commit afcb9be79e

View File

@ -5,11 +5,11 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "calibre-2.21.0"; name = "calibre-2.22.0";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/calibre/${name}.tar.xz"; url = "mirror://sourceforge/calibre/${name}.tar.xz";
sha256 = "1adig2jxwbmsxcs36jaybhc8zdb8mnkc23kabw0c72izrsg4c5gb"; sha256 = "19hpm5xzhjr0nfjm6xyqxjx2iwm3iw7y6bbs11337arfrxn16ly0";
}; };
inherit python; inherit python;