Unverified Commit 152ff898 authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

calibre: 9.4.0 -> 9.5.0 (#500106)

parents c1d5d097 4917cec9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -40,11 +40,11 @@ let
in
stdenv.mkDerivation (finalAttrs: {
  pname = "calibre";
  version = "9.4.0";
  version = "9.5.0";

  src = fetchurl {
    url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
    hash = "sha256-3anPEeVB5C7RuS5ZCFMvow5WhkIopgCpxpmcstsIgX4=";
    hash = "sha256-NDz3SxR8GyJi/POdpgEJzRdYNVV88/NkHczrA0JylfM=";
  };

  patches =