calibre: 9.7.0 -> 9.8.0

This commit is contained in:
R. Ryantm
2026-05-05 09:09:13 +00:00
parent 6346ca6ec9
commit 3944008d1f
+2 -2
View File
@@ -40,11 +40,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
pname = "calibre";
version = "9.7.0";
version = "9.8.0";
src = fetchurl {
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
hash = "sha256-FmEflROGdI6DSBlCPgk4k1dV5AIwHvB6pY+E9ItpQgE=";
hash = "sha256-3dkWokb8gh4JPbrBsJ9dGy/IS1PfNrAU775qxo8CaO8=";
};
patches =