Unverified Commit a1d201a8 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

calibre: 7.26.0 -> 8.1.1 (#393676)

parents f68ad5cc 30133f31
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,11 +35,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "calibre";
  version = "7.26.0";
  version = "8.1.1";

  src = fetchurl {
    url = "https://download.calibre-ebook.com/${finalAttrs.version}/calibre-${finalAttrs.version}.tar.xz";
    hash = "sha256-Cps2x3ZV68jaZ+cIJgQEeh++GG81Y9yX7mC7WKvFcCc=";
    hash = "sha256-lz+QlrajIjA2uvo6Iomejk9Y+djDjUNPAd5BZT3Dz5Y=";
  };

  patches = [