summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorGabriel Ebner <gebner@gebner.org>2016-01-02 18:58:15 +0100
committerGabriel Ebner <gebner@gebner.org>2016-01-02 18:59:10 +0100
commit6a911bf36a64f2917ce7166e40f37f7caa1443a7 (patch)
treea1cc43f607c8fdeaea460021f722930e3e4d5ab0 /pkgs
parentbddcf7dfeda4fea5fba5268b100d2786f54130da (diff)
downloadnixpkgs-6a911bf36a64f2917ce7166e40f37f7caa1443a7.tar
nixpkgs-6a911bf36a64f2917ce7166e40f37f7caa1443a7.tar.gz
nixpkgs-6a911bf36a64f2917ce7166e40f37f7caa1443a7.tar.bz2
nixpkgs-6a911bf36a64f2917ce7166e40f37f7caa1443a7.tar.lz
nixpkgs-6a911bf36a64f2917ce7166e40f37f7caa1443a7.tar.xz
nixpkgs-6a911bf36a64f2917ce7166e40f37f7caa1443a7.tar.zst
nixpkgs-6a911bf36a64f2917ce7166e40f37f7caa1443a7.zip
calibre: 2.46.0 -> 2.48.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 7afda4e7b7b..d86aee50bb9 100644
--- a/pkgs/applications/misc/calibre/default.nix
+++ b/pkgs/applications/misc/calibre/default.nix
@@ -5,12 +5,12 @@
 }:
 
 stdenv.mkDerivation rec {
-  version = "2.46.0";
+  version = "2.48.0";
   name = "calibre-${version}";
 
   src = fetchurl {
     url = "http://download.calibre-ebook.com/${version}/${name}.tar.xz";
-    sha256 = "0ig1pb62w57l6nhwg391mkjhw9dyicix6xigpdyw0320jdw9nlkb";
+    sha256 = "0bjzw806czqxkhq9qqkhff8bhfc428pijkidb1h6gr47jqdp4hpg";
   };
 
   inherit python;