GNU wdiff: Fix URL.

svn path=/nixpkgs/trunk/; revision=21713
This commit is contained in:
Ludovic Courtès 2010-05-10 17:54:26 +00:00
parent e97d2900d4
commit 659e48bbb0

View File

@ -2,9 +2,9 @@
stdenv.mkDerivation rec {
name = "wdiff-0.6.1";
src = fetchurl {
url = "http://alpha.gnu.org/gnu/wdiff/${name}.tar.gz";
url = "mirror://gnu/wdiff/${name}.tar.gz";
sha256 = "0cgmx9k8sj0l79kp4m2lmn4ifx55ah68q4qk7xsanx69m1061ghf";
};