Merge pull request #292555 from kilianar/calibre-7.6.0

calibre: 7.5.1 -> 7.6.0
This commit is contained in:
Mario Rodas 2024-03-01 07:56:10 -05:00 committed by GitHub
commit 02ef2447a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,11 +32,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "calibre";
version = "7.5.1";
version = "7.6.0";
src = fetchurl {
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
hash = "sha256-pGo9fWyeX5hpw5YOV05tWy/0YxHShStKN96LMPnqIiA=";
hash = "sha256-fD2kTwH692x6Nm93NrUQvmbcXiX9hHBpo4wvUvBqLAM=";
};
patches = [