Unverified Commit fb58c354 authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #295930 from kilianar/calibre-7.7.0

calibre: 7.6.0 -> 7.7.0
parents 7fc13a0d 53b2e88a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 = [