summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-02-11 09:55:39 +0100
committerDomen Kožar <domen@dev.si>2014-02-11 09:55:39 +0100
commit0bcfef653facc55446c55af89d7bf3668b09212e (patch)
tree0f5c440777ff97f6c09e53f6c0e5ec68b0bc1671 /pkgs/applications
parent02247b95e83db0961355378eaa51d82767774e45 (diff)
parentf99f60af32049068327a8cbdb84ad3679f6d7c07 (diff)
downloadnixpkgs-0bcfef653facc55446c55af89d7bf3668b09212e.tar
nixpkgs-0bcfef653facc55446c55af89d7bf3668b09212e.tar.gz
nixpkgs-0bcfef653facc55446c55af89d7bf3668b09212e.tar.bz2
nixpkgs-0bcfef653facc55446c55af89d7bf3668b09212e.tar.lz
nixpkgs-0bcfef653facc55446c55af89d7bf3668b09212e.tar.xz
nixpkgs-0bcfef653facc55446c55af89d7bf3668b09212e.tar.zst
nixpkgs-0bcfef653facc55446c55af89d7bf3668b09212e.zip
Merge pull request #1726 from urv/master
calibre: upgrade from 1.21.0 to 1.23.0
Diffstat (limited to 'pkgs/applications')
-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 686e327e2f7..c2672393bc5 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.21.0";
+  name = "calibre-1.23.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/calibre/${name}.tar.xz";
-    sha256 = "05hwny9zi32gkk3hadvigrqrnbgzw53vhjkjp60dq0lb545pscih";
+    sha256 = "1sm6v53c12nkqnpv7n4g1mzkwmzbn74a8v83bzvvjiz0i9c7cl59";
   };
 
   inherit python;