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

calibre: 5.10.1 -> 5.11.0
This commit is contained in:
Sandro 2021-02-14 18:20:22 +01:00 committed by GitHub
commit bb7ac64f10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,11 +27,11 @@
mkDerivation rec {
pname = "calibre";
version = "5.10.1";
version = "5.11.0";
src = fetchurl {
url = "https://download.calibre-ebook.com/${version}/${pname}-${version}.tar.xz";
sha256 = "18pnqxdyvgmw12yarxhvsgs4jk6c5hp05gf8khybcd78330954v9";
sha256 = "sha256-PI+KIMnslhoagv9U6Mcmo9Onfu8clVqASNlDir8JzUw=";
};
patches = [