calibre: 8.6.0 -> 8.7.0

This commit is contained in:
R. Ryantm 2025-07-30 23:46:44 +00:00
parent 6502d5ef75
commit 46d1ed9504

View File

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