calibre: update from 2.22.0 to 2.23.0

This commit is contained in:
Pascal Wittmann 2015-04-08 16:01:45 +02:00
parent 3e079614ab
commit 9c425ca3fa

View File

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