Merge pull request #269678 from kilianar/calibre-7.1.0

calibre: 7.0.0 -> 7.1.0
This commit is contained in:
Mario Rodas
2023-11-24 18:21:42 -05:00
committed by GitHub
+2 -2
View File
@@ -32,11 +32,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "calibre";
version = "7.0.0";
version = "7.1.0";
src = fetchurl {
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
hash = "sha256-VAnzacz/8LYCVMCjHXqd4B+NUFmiMqdxQqpyap+UMNc=";
hash = "sha256-cKUV+tBZ5ZdXkoLdJPdURKnWP5B5gzCUQQehVQIRgko=";
};
patches = [