We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bebee84 + 60e4eb5 commit 6a5c087Copy full SHA for 6a5c087
1 file changed
pkgs/by-name/ca/calibre/package.nix
@@ -38,11 +38,11 @@
38
39
stdenv.mkDerivation (finalAttrs: {
40
pname = "calibre";
41
- version = "8.13.0";
+ version = "8.14.0";
42
43
src = fetchurl {
44
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
45
- hash = "sha256-31CFoVkXXks1NdePNOvFklfJFT36kmLL4vsgDnTaXyQ=";
+ hash = "sha256-97kkjzjbrdmiWpNaz9nSt6BbgVvczsxunLrKVJvqxVQ=";
46
};
47
48
patches =
0 commit comments