We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cc0451 commit c966c23Copy full SHA for c966c23
pkgs/by-name/ca/calibre/package.nix
@@ -35,11 +35,11 @@
35
36
stdenv.mkDerivation (finalAttrs: {
37
pname = "calibre";
38
- version = "8.1.1";
+ version = "8.2.100";
39
40
src = fetchurl {
41
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
42
- hash = "sha256-lz+QlrajIjA2uvo6Iomejk9Y+djDjUNPAd5BZT3Dz5Y=";
+ hash = "sha256-lUHnaorIUwoac1YgYimxF8KTJOPSUiJg5BKC+hFy0lc=";
43
};
44
45
patches = [
0 commit comments