calibre: 2.24.1 -> 2.25.0

This commit is contained in:
Pascal Wittmann 2018-06-02 19:09:52 +02:00
parent 44b52c10ea
commit 82cd6a3c77
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

View File

@ -5,12 +5,12 @@
}:
stdenv.mkDerivation rec {
version = "3.24.1";
version = "3.25.0";
name = "calibre-${version}";
src = fetchurl {
url = "https://download.calibre-ebook.com/${version}/${name}.tar.xz";
sha256 = "1hgjnw8ynvpcfry4vanz5f54sjq55pqidvyy47lz59cz0s8lx50b";
sha256 = "018gxjbj5rak4ys5nyx6749rj9vszlf9k1wdcpl60ap3l83kxdnd";
};
patches = [