mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] calibre: 9.8.0 -> 9.9.0 (#529283)
This commit is contained in:
commit
459cd73bc3
1 changed files with 3 additions and 3 deletions
|
|
@ -40,16 +40,16 @@ let
|
|||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "calibre";
|
||||
version = "9.8.0";
|
||||
version = "9.9.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-3dkWokb8gh4JPbrBsJ9dGy/IS1PfNrAU775qxo8CaO8=";
|
||||
hash = "sha256-ozwoRlJThVLiFmaR0fXdfxLDTEF4935rQGLZ+MzwXLk=";
|
||||
};
|
||||
|
||||
patches =
|
||||
let
|
||||
debian-source = "ds+_0.10.5-1";
|
||||
debian-source = "ds+_0.10.6-1";
|
||||
debian-tag = "${finalAttrs.version}+${debian-source}";
|
||||
in
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue