Merge pull request #331963 from kilianar/calibre-7.16.0

calibre: 7.15.0 -> 7.16.0
This commit is contained in:
Pol Dellaiera 2024-08-03 21:11:39 +02:00 committed by GitHub
commit d9b6993391
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = [