calibre: 2.50.1 -> 2.51.0

This commit is contained in:
Pascal Wittmann 2016-02-12 21:46:43 +01:00
parent 328d9967d3
commit 7f1b6d8a31
1 changed files with 2 additions and 2 deletions

View File

@ -5,12 +5,12 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
version = "2.50.1"; version = "2.51.0";
name = "calibre-${version}"; name = "calibre-${version}";
src = fetchurl { src = fetchurl {
url = "http://download.calibre-ebook.com/${version}/${name}.tar.xz"; url = "http://download.calibre-ebook.com/${version}/${name}.tar.xz";
sha256 = "0fy5fwj53hl8bcl412d2y61xm1nmkry24dlanj07nn6dhmrs0cm9"; sha256 = "1rhpcxic4g2zyr5s3xn8dayyb45l9r8zyniaig8j7pl5kmsfjijn";
}; };
inherit python; inherit python;