[Backport release-26.05] calibre: 9.9.0 -> 9.10.0 (#535897)

This commit is contained in:
nixpkgs-ci[bot] 2026-06-27 06:18:22 +00:00 committed by GitHub
commit ed2ba1abb7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -40,11 +40,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "calibre";
version = "9.9.0";
version = "9.10.0";
src = fetchurl {
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
hash = "sha256-ozwoRlJThVLiFmaR0fXdfxLDTEF4935rQGLZ+MzwXLk=";
hash = "sha256-U7iid8dm5sP7Xfsm+ikRn0oSm/j5qVS0I1qWPIowwwE=";
};
patches =