Skip to content

Commit 637e41f

Browse files
committedMay 6, 2017
calibre: 2.83.0 -> 2.84.0
1 parent 7765e59 commit 637e41f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎pkgs/applications/misc/calibre/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
}:
66

77
stdenv.mkDerivation rec {
8-
version = "2.83.0";
8+
version = "2.84.0";
99
name = "calibre-${version}";
1010

1111
src = fetchurl {
1212
url = "https://download.calibre-ebook.com/${version}/${name}.tar.xz";
13-
sha256 = "1ar6hkcl50lhgwccss759201cqgnwasqmhw9japgnz04fj66w5ln";
13+
sha256 = "1kvnmb6hsby4bdnx70bcy32f4dz1axzlr310dr6mkvnc8bqw59km";
1414
};
1515

1616
patches = [

0 commit comments

Comments
 (0)
Please sign in to comment.