forked from mirrors/nixpkgs
calibre: 3.25.0 -> 3.26.1
This commit is contained in:
parent
78f91c8aa1
commit
2189f230e2
1 changed files with 2 additions and 2 deletions
|
@ -5,12 +5,12 @@
|
|||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
version = "3.25.0";
|
||||
version = "3.26.1";
|
||||
name = "calibre-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://download.calibre-ebook.com/${version}/${name}.tar.xz";
|
||||
sha256 = "018gxjbj5rak4ys5nyx6749rj9vszlf9k1wdcpl60ap3l83kxdnd";
|
||||
sha256 = "0i53095g6wl3ghhpzfrvizj24b8zxbxs1c7bvcj3fpkf43wd45j0";
|
||||
};
|
||||
|
||||
patches = [
|
||||
|
|
Loading…
Add table
Reference in a new issue