Merge pull request #282144 from kilianar/calibre-7.4.0

calibre: 7.3.0 -> 7.4.0
This commit is contained in:
Mario Rodas
2024-01-20 09:01:17 -05:00
committed by GitHub
+2 -2
View File
@@ -32,11 +32,11 @@
stdenv.mkDerivation (finalAttrs: {
pname = "calibre";
version = "7.3.0";
version = "7.4.0";
src = fetchurl {
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
hash = "sha256-fBdLXSRJMBVfQOfuqOqHzgHS8fXYq2x5J181pKZhASo=";
hash = "sha256-xYMz0V3eBKAZNtV/8TqRmaaTQK6LeVRjZ1fakCoUSB8=";
};
patches = [