calibre: upgrade 1.5.0 -> 1.8.0

from #1144
This commit is contained in:
Arvin Moezzi 2013-10-27 11:46:41 +01:00 committed by Evgeny Egorochkin
parent 5a2011e0c3
commit 162b874469
1 changed files with 2 additions and 2 deletions

View File

@ -4,11 +4,11 @@
}:
stdenv.mkDerivation rec {
name = "calibre-1.5.0";
name = "calibre-1.8.0";
src = fetchurl {
url = "mirror://sourceforge/calibre/${name}.tar.xz";
sha256 = "17jpzj47120ghm584hxl526jdkh9whxrrqfdyn0gv0pb9kag1spn";
sha256 = "1883fcf679d4a9c2c94adec94cbb0cdf1b110007bf3e4b7dacd7ef552c11902b";
};
inherit python;