Merge pull request #1551 from urv/master

calibre: upgrade from 1.17.0 to 1.20.0
This commit is contained in:
Domen Kožar
2014-01-20 05:53:08 -08:00
+2 -2
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;