summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorAlastair Pharo <asppsa@gmail.com>2014-10-27 07:28:23 +0200
committerEvgeny Egorochkin <phreedom@yandex.ru>2014-10-27 07:28:23 +0200
commit47dc7990ecc9ccf8f7b3db4ea05b78e2630059b4 (patch)
treefb3e95f029b9ce8838cc03a8d45d62e3adaa12d7 /pkgs/tools/text
parent7351245be93e460ec8331f89bf8868e611db757e (diff)
downloadnixlib-47dc7990ecc9ccf8f7b3db4ea05b78e2630059b4.tar
nixlib-47dc7990ecc9ccf8f7b3db4ea05b78e2630059b4.tar.gz
nixlib-47dc7990ecc9ccf8f7b3db4ea05b78e2630059b4.tar.bz2
nixlib-47dc7990ecc9ccf8f7b3db4ea05b78e2630059b4.tar.lz
nixlib-47dc7990ecc9ccf8f7b3db4ea05b78e2630059b4.tar.xz
nixlib-47dc7990ecc9ccf8f7b3db4ea05b78e2630059b4.tar.zst
nixlib-47dc7990ecc9ccf8f7b3db4ea05b78e2630059b4.zip
enca: update from 1.15 to 1.16
Diffstat (limited to 'pkgs/tools/text')
-rw-r--r--pkgs/tools/text/enca/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/text/enca/default.nix b/pkgs/tools/text/enca/default.nix
index 14014d06052d..043f7cf5a12b 100644
--- a/pkgs/tools/text/enca/default.nix
+++ b/pkgs/tools/text/enca/default.nix
@@ -1,11 +1,11 @@
 { stdenv, fetchurl, libiconvOrNull, recode }:
 
 stdenv.mkDerivation rec {
-  name = "enca-1.15";
+  name = "enca-1.16";
 
   src = fetchurl {
-    url = "http://dl.cihar.com/enca/${name}.tar.bz2";
-    sha256 = "1iibfl2s420x7bc1hvxr1ys4cpz579brg2m2ln4rp677azmrr8mv";
+    url = "http://dl.cihar.com/enca/${name}.tar.xz";
+    sha256 = "0hg7ggldam66l9j53nlrvi2lv1k99r2qfk6dh23vg6mi05cph7bw";
   };
 
   buildInputs = [ recode libiconvOrNull ];