calibre: 7.4.0 -> 7.5.1

https://github.com/kovidgoyal/calibre/releases/tag/v7.5.1
This commit is contained in:
kilianar 2024-02-09 17:15:58 +01:00
parent e4bac1087a
commit 59e64e78dc

View file

@ -32,11 +32,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "calibre";
version = "7.4.0";
version = "7.5.1";
src = fetchurl {
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
hash = "sha256-xYMz0V3eBKAZNtV/8TqRmaaTQK6LeVRjZ1fakCoUSB8=";
hash = "sha256-pGo9fWyeX5hpw5YOV05tWy/0YxHShStKN96LMPnqIiA=";
};
patches = [