Skip to content

Commit

Permalink
Revert "calibre: 4.12.0 -> 4.13.0"
Browse files Browse the repository at this point in the history
  • Loading branch information
worldofpeace committed Apr 19, 2020
1 parent 8804e2f commit ddbc832
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions pkgs/applications/misc/calibre/default.nix
Expand Up @@ -16,7 +16,7 @@
, hyphen
, unrarSupport ? false
, chmlib
, python3Packages
, python2Packages
, libusb1
, libmtp
, xdg_utils
Expand All @@ -25,15 +25,16 @@
}:

let
pypkgs = python3Packages;
pypkgs = python2Packages;

in
mkDerivation rec {
pname = "calibre";
version = "4.13.0";
version = "4.12.0";

src = fetchurl {
url = "https://download.calibre-ebook.com/${version}/${pname}-${version}.tar.xz";
sha256 = "1xp1fvpdizk6g74diam4nd59s6fhcvp086y1brm6r9wy9zm7sn7r";
sha256 = "144vl5p0adcywcqaarrriq5zd8q5i934yfjg9himiq1vdp9vy4fi";
};

patches = [
Expand Down Expand Up @@ -170,7 +171,8 @@ mkDerivation rec {
description = "Comprehensive e-book software";
homepage = "https://calibre-ebook.com";
license = with licenses; if unrarSupport then unfreeRedistributable else gpl3;
maintainers = with maintainers; [ domenkozar pSub ];
maintainers = with maintainers; [ domenkozar pSub AndersonTorres ];
platforms = platforms.linux;
inherit version;
};
}

0 comments on commit ddbc832

Please sign in to comment.