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 3690d1d commit 4b25b12Copy full SHA for 4b25b12
1 file changed
pkgs/applications/misc/calibre/default.nix
@@ -26,11 +26,11 @@
26
27
mkDerivation rec {
28
pname = "calibre";
29
- version = "4.22.0";
+ version = "4.23.0";
30
31
src = fetchurl {
32
url = "https://download.calibre-ebook.com/${version}/${pname}-${version}.tar.xz";
33
- sha256 = "0d0wmd3ijk8px1d662igal4lfmpyzynfzs6ms1bb9nf42mq2pxai";
+ sha256 = "sha256-Ft5RRzzw4zb5RqVyUaHk9Pu6H4V/F9j8FKoTLn61lRg=";
34
};
35
36
patches = [
0 commit comments