Merge pull request #31495 from adisbladis/calibre-3_12_0

calibre: 3.10.0 -> 3.12.0
This commit is contained in:
Orivej Desh 2017-11-10 19:48:31 +00:00 committed by GitHub
commit 71916eebcc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,12 @@
}:
stdenv.mkDerivation rec {
version = "3.10.0";
version = "3.12.0";
name = "calibre-${version}";
src = fetchurl {
url = "https://download.calibre-ebook.com/${version}/${name}.tar.xz";
sha256 = "01vb5xjis9ldva7rg1f720lwys5frkj00z8x7cajqwxliilhvais";
sha256 = "0l7r5ny9a36yg22fqzz3as6wh1xqpa3hrlx2gy25yp649sbkd9vq";
};
patches = [