Merge pull request #279193 from kilianar/calibre-7.3.0

calibre: 7.2.0 -> 7.3.0
This commit is contained in:
Mario Rodas
2024-01-12 07:16:28 -05:00
committed by GitHub
+2 -2
View File
@@ -32,11 +32,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "calibre";
version = "7.2.0";
version = "7.3.0";
src = fetchurl {
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
hash = "sha256-1OZPSXF5cQlmwbD2bHVWtYHLUgCo8LaR1WPpuSUWoR8=";
hash = "sha256-fBdLXSRJMBVfQOfuqOqHzgHS8fXYq2x5J181pKZhASo=";
};
patches = [