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

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 = [