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
+2 -2
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 = [