calibre: 6.17.0 -> 6.19.1
https://github.com/kovidgoyal/calibre/releases/tag/v6.19.1
This commit is contained in:
parent
e1ed166090
commit
b1d3057032
2 changed files with 7 additions and 5 deletions
|
@ -32,11 +32,11 @@
|
|||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "calibre";
|
||||
version = "6.17.0";
|
||||
version = "6.19.1";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-HKSruKXYUMH1lj43CA3Rp3lXNlONXE1P9gFLaH16No4=";
|
||||
hash = "sha256-Fm2484ztsSc80waJBvy7rHGnNBFxCvbbrsHDBCZ2kxA=";
|
||||
};
|
||||
|
||||
# https://sources.debian.org/patches/calibre/${finalAttrs.version}+dfsg-1
|
||||
|
@ -49,8 +49,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
})
|
||||
(fetchpatch {
|
||||
name = "0007-Hardening-Qt-code.patch";
|
||||
url = "https://raw.githubusercontent.com/debian-calibre/calibre/debian/${finalAttrs.version}-1/debian/patches/0007-Hardening-Qt-code.patch";
|
||||
hash = "sha256-9P1kGrQbWAWDzu5EUiQr7TiCPHRWUA8hxPpEvFpK20k=";
|
||||
url = "https://raw.githubusercontent.com/debian-calibre/calibre/debian/${finalAttrs.version}-1/debian/patches/hardening/0007-Hardening-Qt-code.patch";
|
||||
hash = "sha256-WBm0dWDXoPT6alEdK5dVMrVTOxG7Z8bq1s0iO2HTy/Q=";
|
||||
})
|
||||
]
|
||||
++ lib.optional (!unrarSupport) ./dont_build_unrar_plugin.patch;
|
||||
|
|
|
@ -29719,7 +29719,9 @@ with pkgs;
|
|||
|
||||
calculix = callPackage ../applications/science/math/calculix { };
|
||||
|
||||
calibre = qt6Packages.callPackage ../applications/misc/calibre { };
|
||||
calibre = qt6Packages.callPackage ../applications/misc/calibre {
|
||||
podofo = podofo010;
|
||||
};
|
||||
|
||||
calibre-web = callPackage ../servers/calibre-web { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue