summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorDomen Kožar <domen@dev.si>2014-01-20 05:53:08 -0800
committerDomen Kožar <domen@dev.si>2014-01-20 05:53:08 -0800
commite1602a5e2176d42abd8cef9e6f21a70897050503 (patch)
tree38690aef0c8fd4be8815b7de7180c2f233c06d75 /pkgs
parent3faf620e8a6b5bce115519714168eff5afe8e332 (diff)
parentda4dbbfd11bdc53482260dc7ffc70e8e263d619f (diff)
downloadnixlib-e1602a5e2176d42abd8cef9e6f21a70897050503.tar
nixlib-e1602a5e2176d42abd8cef9e6f21a70897050503.tar.gz
nixlib-e1602a5e2176d42abd8cef9e6f21a70897050503.tar.bz2
nixlib-e1602a5e2176d42abd8cef9e6f21a70897050503.tar.lz
nixlib-e1602a5e2176d42abd8cef9e6f21a70897050503.tar.xz
nixlib-e1602a5e2176d42abd8cef9e6f21a70897050503.tar.zst
nixlib-e1602a5e2176d42abd8cef9e6f21a70897050503.zip
Merge pull request #1551 from urv/master
calibre: upgrade from 1.17.0 to 1.20.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 1e16e22c0fe6..7925e865b4a0 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.17.0";
+  name = "calibre-1.20.0";
 
   src = fetchurl {
     url = "mirror://sourceforge/calibre/${name}.tar.xz";
-    sha256 = "1g0kwfr0v4hgwik7hpajdvg1ganyi7hlq6wvq4r5218yvdq5mkzn";
+    sha256 = "1i7sybl6in0js8an1zp3mzqv394xnwx79rmv1hj7g6abpsqhjpj7";
   };
 
   inherit python;