Skip to content

Commit 3e5bb71

Browse files
authored
calibre: 8.1.1 -> 8.2.1 (#397870)
2 parents 4560cf4 + c966c23 commit 3e5bb71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

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

3636
stdenv.mkDerivation (finalAttrs: {
3737
pname = "calibre";
38-
version = "8.1.1";
38+
version = "8.2.100";
3939

4040
src = fetchurl {
4141
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
42-
hash = "sha256-lz+QlrajIjA2uvo6Iomejk9Y+djDjUNPAd5BZT3Dz5Y=";
42+
hash = "sha256-lUHnaorIUwoac1YgYimxF8KTJOPSUiJg5BKC+hFy0lc=";
4343
};
4444

4545
patches = [

0 commit comments

Comments
 (0)