Skip to content

Commit

Permalink
calibre: 2.80.0 -> 2.82.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhoeg committed Apr 2, 2017
1 parent affce1e commit f70e777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/applications/misc/calibre/default.nix
Expand Up @@ -5,12 +5,12 @@
}:

stdenv.mkDerivation rec {
version = "2.80.0";
version = "2.82.0";
name = "calibre-${version}";

src = fetchurl {
url = "https://download.calibre-ebook.com/${version}/${name}.tar.xz";
sha256 = "1cgj30b0imv4gl12y1lcd07w3bx10sapclvjr78z78n7g32xp9ik";
sha256 = "073iarhjsapqf1g8ji1w835biixybqq869flq58vkz37wjmray8k";
};

patches = [
Expand Down

0 comments on commit f70e777

Please sign in to comment.