Merge pull request #53636 from r-ryantm/auto-update/calibre

calibre: 3.36.0 -> 3.37.0
This commit is contained in:
Pascal Wittmann 2019-01-08 13:22:24 +01:00 committed by GitHub
commit a8a2e84110
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,12 +5,12 @@
}:
stdenv.mkDerivation rec {
version = "3.36.0";
version = "3.37.0";
name = "calibre-${version}";
src = fetchurl {
url = "https://download.calibre-ebook.com/${version}/${name}.tar.xz";
sha256 = "0fbf4b29vkka3gg8c5n9dc7qhv43jpw6naz6w83jkz7andypikb8";
sha256 = "12si7jag5ildy08h0nfs4rfpn417i82valxbk2wjkypp226gqi05";
};
patches = [