Merge pull request #62687 from dtzWill/update/calibre-3.44.0

calibre: 3.42.0 -> 3.44.0
This commit is contained in:
worldofpeace 2019-06-04 23:18:40 -04:00 committed by GitHub
commit 4f51252c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,12 +5,12 @@
}:
stdenv.mkDerivation rec {
version = "3.42.0";
version = "3.44.0";
name = "calibre-${version}";
src = fetchurl {
url = "https://download.calibre-ebook.com/${version}/${name}.tar.xz";
sha256 = "0ymdhws3cb44p3fb24vln1wx6s7qnb8rr241jvm6qbj5rnp984dm";
sha256 = "13d3cbn8qbjd8a19qprra6gmib1d818c3zgf3q70kx6b2fq58lzi";
};
patches = [