calibre: 8.4.0 -> 8.6.0

This commit is contained in:
R. Ryantm 2025-07-14 03:55:06 +00:00
parent f68666ff27
commit 39c1ccd971

View File

@ -36,11 +36,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "calibre";
version = "8.4.0";
version = "8.6.0";
src = fetchurl {
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
hash = "sha256-5uexcItbBgO2Tv52clS0N+IhplqpKwq43p2yqSxANek=";
hash = "sha256-FYWeUS78jvFV9nj/9RSRxPFYKYxSF04dIXZINSbn7WA=";
};
patches = [