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

Merge pull request #262471 from kilianar/calibre-6.29.0

calibre: 6.28.1 -> 6.29.0
parents 622e349f c61adde9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,11 +32,11 @@

stdenv.mkDerivation (finalAttrs: {
  pname = "calibre";
  version = "6.28.1";
  version = "6.29.0";

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

  patches = [