Skip to content

Commit 4b25b12

Browse files
committed
calibre: 4.22.0 -> 4.23.0
1 parent 3690d1d commit 4b25b12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/applications/misc/calibre/default.nix

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

2727
mkDerivation rec {
2828
pname = "calibre";
29-
version = "4.22.0";
29+
version = "4.23.0";
3030

3131
src = fetchurl {
3232
url = "https://download.calibre-ebook.com/${version}/${pname}-${version}.tar.xz";
33-
sha256 = "0d0wmd3ijk8px1d662igal4lfmpyzynfzs6ms1bb9nf42mq2pxai";
33+
sha256 = "sha256-Ft5RRzzw4zb5RqVyUaHk9Pu6H4V/F9j8FKoTLn61lRg=";
3434
};
3535

3636
patches = [

0 commit comments

Comments
 (0)