calibre: upgrade from 1.17.0 to 1.20.0

This commit is contained in:
Arvin Moezzi 2014-01-19 22:04:41 +01:00
parent fd99863e14
commit da4dbbfd11

View file

@ -4,11 +4,11 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "calibre-1.17.0"; name = "calibre-1.20.0";
src = fetchurl { src = fetchurl {
url = "mirror://sourceforge/calibre/${name}.tar.xz"; url = "mirror://sourceforge/calibre/${name}.tar.xz";
sha256 = "1g0kwfr0v4hgwik7hpajdvg1ganyi7hlq6wvq4r5218yvdq5mkzn"; sha256 = "1i7sybl6in0js8an1zp3mzqv394xnwx79rmv1hj7g6abpsqhjpj7";
}; };
inherit python; inherit python;