Skip to content

Commit 3a9ff38

Browse files
committedFeb 1, 2019
calibre: 3.38.1 -> 3.39.0
1 parent 3613654 commit 3a9ff38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

Diff for: ‎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 = "3.38.1";
8+
version = "3.39.0";
99
name = "calibre-${version}";
1010

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

1616
patches = [

0 commit comments

Comments
 (0)
Please sign in to comment.