[Backport release-26.05] calibre: 9.8.0 -> 9.9.0 (#529283)

This commit is contained in:
Felix Bargfeldt 2026-06-08 05:01:59 +00:00 committed by GitHub
commit 459cd73bc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,16 +40,16 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "calibre";
version = "9.8.0";
version = "9.9.0";
src = fetchurl {
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
hash = "sha256-3dkWokb8gh4JPbrBsJ9dGy/IS1PfNrAU775qxo8CaO8=";
hash = "sha256-ozwoRlJThVLiFmaR0fXdfxLDTEF4935rQGLZ+MzwXLk=";
};
patches =
let
debian-source = "ds+_0.10.5-1";
debian-source = "ds+_0.10.6-1";
debian-tag = "${finalAttrs.version}+${debian-source}";
in
[