mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
[Backport release-26.05] calibre: 9.9.0 -> 9.10.0 (#535897)
This commit is contained in:
commit
ed2ba1abb7
1 changed files with 2 additions and 2 deletions
|
|
@ -40,11 +40,11 @@ let
|
|||
in
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
pname = "calibre";
|
||||
version = "9.9.0";
|
||||
version = "9.10.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
|
||||
hash = "sha256-ozwoRlJThVLiFmaR0fXdfxLDTEF4935rQGLZ+MzwXLk=";
|
||||
hash = "sha256-U7iid8dm5sP7Xfsm+ikRn0oSm/j5qVS0I1qWPIowwwE=";
|
||||
};
|
||||
|
||||
patches =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue