Skip to content

Commit 7c1ad76

Browse files
committedMar 9, 2019
calibre: 3.39.1 -> 3.40.1
1 parent 9df6083 commit 7c1ad76

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 = "3.39.1";
8+
version = "3.40.1";
99
name = "calibre-${version}";
1010

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

1616
patches = [

0 commit comments

Comments
 (0)
Please sign in to comment.