libiconv: update to 1.14 (close #4419)

This commit is contained in:
Vincent Laporte 2014-10-08 13:21:20 +01:00 committed by Vladimír Čunát
parent afe28673c9
commit a9f37a801c
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
{ fetchurl, stdenv }:
stdenv.mkDerivation rec {
name = "libiconv-1.13.1";
name = "libiconv-1.14";
src = fetchurl {
url = "mirror://gnu/libiconv/${name}.tar.gz";
sha256 = "0jcsjk2g28bq20yh7rvbn8xgq6q42g8dkkac0nfh12b061l638sm";
sha256 = "04q6lgl3kglmmhw59igq1n7v3rp1rpkypl366cy1k1yn2znlvckj";
};
# On Cygwin, Libtool produces a `.dll.a', which is not a "real" DLL