Unverified Commit 3e5bb71d authored by Fabián Heredia Montiel's avatar Fabián Heredia Montiel Committed by GitHub
Browse files

calibre: 8.1.1 -> 8.2.1 (#397870)

parents 4560cf4b c966c23a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -35,11 +35,11 @@

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

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

  patches = [