calibre: 7.15.0 -> 7.16.0

https://github.com/kovidgoyal/calibre/releases/tag/v7.16.0
This commit is contained in:
kilianar
2024-08-03 13:03:52 +02:00
parent 5e72b96273
commit d8a7e169ea
+2 -2
View File
@@ -33,11 +33,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "calibre";
version = "7.15.0";
version = "7.16.0";
src = fetchurl {
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
hash = "sha256-03CRYdi5dX3+S+o4wDehsFzI36AGLAF5e/TtfmYmBis=";
hash = "sha256-EWQfaoTwO9BdZQgJQrxfj6b8tmtukvlW5hFo/USjNhU=";
};
patches = [