libchardet: update upstream URL

This commit is contained in:
Nikolay Amiantov 2015-07-28 11:36:21 +03:00
parent 41281e46a5
commit 3ed3503bf7

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "libchardet-1.0.4";
src = fetchurl {
url = "ftp://ftp.oops.org/pub/oops/libchardet/${name}.tar.bz2";
url = "http://yupmin.net/wp-content/uploads/2014/03/libchardet-1.0.4.tar.bz2";
sha256 = "0cvwba4la25qw70ap8jd5r743a9jshqd26nnbh5ph68zj1imlgzl";
};