Skip to content

Commit

Permalink
Merge pull request NixOS#295930 from kilianar/calibre-7.7.0
Browse files Browse the repository at this point in the history
calibre: 7.6.0 -> 7.7.0
  • Loading branch information
marsam authored Mar 17, 2024
2 parents 7fc13a0 + 53b2e88 commit fb58c35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/calibre/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@

stdenv.mkDerivation (finalAttrs: {
pname = "calibre";
version = "7.6.0";
version = "7.7.0";

src = fetchurl {
url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
hash = "sha256-fD2kTwH692x6Nm93NrUQvmbcXiX9hHBpo4wvUvBqLAM=";
hash = "sha256-+kz3Fz1RDQ+ROgv7y0WNAWvIESKvHKID8UnSeCh8yA4=";
};

patches = [
Expand Down

0 comments on commit fb58c35

Please sign in to comment.