calibre: 6.28.1 -> 6.29.0

https://github.com/kovidgoyal/calibre/releases/tag/v6.29.0
This commit is contained in:
kilianar 2023-10-21 08:42:52 +02:00
parent 171a116a56
commit c61adde9f9

View File

@ -32,11 +32,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "calibre";
version = "6.28.1";
version = "6.29.0";
src = fetchurl {
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
hash = "sha256-ZoJN8weAXUQkxalRtVtEaychc30+l2kfzG9Tm5jZh9g=";
hash = "sha256-w9mvMKm76w5sDfW0OYxhZuhIOYKdUH3tpiGlpKNC2kM=";
};
patches = [