calibre: update from 2.3.0 to 2.4.0

This commit is contained in:
Pascal Wittmann 2014-09-26 20:08:15 +02:00
parent ae78f740fc
commit e28f8e5cca

View file

@ -5,11 +5,11 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "calibre-2.3.0"; name = "calibre-2.4.0";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/calibre/${name}.tar.xz"; url = "mirror://sourceforge/calibre/${name}.tar.xz";
sha256 = "13ny8d569hl7yv8m89216fmg0qdqqy6l9vgzf3cmbbb8i3l1lpxf"; sha256 = "0rgfq7178mlaf6scpm1zvn2vsfls55rdb8apwbmskmnw5wk1q6hq";
}; };
inherit python; inherit python;