Merge pull request #94378 from r-ryantm/auto-update/calibre

calibre: 4.19.0 -> 4.22.0
This commit is contained in:
Jon 2020-08-07 00:37:16 -07:00 committed by GitHub
commit f2322d5ce4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,11 +30,11 @@ let
in
mkDerivation rec {
pname = "calibre";
version = "4.19.0";
version = "4.22.0";
src = fetchurl {
url = "https://download.calibre-ebook.com/${version}/${pname}-${version}.tar.xz";
sha256 = "1kpj65spwr9m88vshsljpdrw5jy7bbpqgqcrvqb17abh7fnnrb4x";
sha256 = "0d0wmd3ijk8px1d662igal4lfmpyzynfzs6ms1bb9nf42mq2pxai";
};
patches = [