about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2014-08-01 11:16:39 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2014-08-01 11:17:00 +0200
commitbb153cfe72e16abc7118d1e9994a4e6d20fe8fc7 (patch)
tree7d0d298823fb632ea54a0a14b4e706dd3543aa5d /pkgs
parentc92a8584ee958c99a05303cf66e82face7625c73 (diff)
calibre: update from 1.46.0 to 1.47.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/calibre/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/misc/calibre/default.nix b/pkgs/applications/misc/calibre/default.nix
index 764145e39d655..03faaa9ada4b9 100644
--- a/pkgs/applications/misc/calibre/default.nix
+++ b/pkgs/applications/misc/calibre/default.nix
@@ -4,11 +4,11 @@
 }:
 
 stdenv.mkDerivation rec {
-  name = "calibre-1.46.0";
+  name = "calibre-1.47.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/calibre/${name}.tar.xz";
-    sha256 = "1mzw6cmnw1wk8jd2pkl6z7bgjhwn4j7lg0a33f07gk4xw94sbry2";
+    sha256 = "1hmqynxh9h12whcjwcd5idgc6mdaggczsf4hm70ajhj7pfjp3szg";
   };
 
   inherit python;