calibre: 7.9.0 -> 7.10.0 (#308800)

https://github.com/kovidgoyal/calibre/releases/tag/v7.10.0
This commit is contained in:
kilianar 2024-05-03 21:05:06 +02:00 committed by GitHub
parent 5eec25f7d1
commit e9be424599
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -32,11 +32,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "calibre";
version = "7.9.0";
version = "7.10.0";
src = fetchurl {
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
hash = "sha256-Ilzv4HXW6ZmEVNUWQm04cHZ71FEgjfWVX9IvrfYCHIk=";
hash = "sha256-GvvvoqLBzapveKFSqlED471pUyRjLoYqU5YjN/L/nEs=";
};
patches = [