Skip to content

Commit 6a5c087

Browse files
authored
calibre: 8.13.0 -> 8.14.0 (NixOS#459715)
2 parents bebee84 + 60e4eb5 commit 6a5c087

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/by-name/ca/calibre/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@
3838

3939
stdenv.mkDerivation (finalAttrs: {
4040
pname = "calibre";
41-
version = "8.13.0";
41+
version = "8.14.0";
4242

4343
src = fetchurl {
4444
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
45-
hash = "sha256-31CFoVkXXks1NdePNOvFklfJFT36kmLL4vsgDnTaXyQ=";
45+
hash = "sha256-97kkjzjbrdmiWpNaz9nSt6BbgVvczsxunLrKVJvqxVQ=";
4646
};
4747

4848
patches =

0 commit comments

Comments
 (0)