mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
GNU wdiff: Fix URL.
svn path=/nixpkgs/trunk/; revision=21713
This commit is contained in:
parent
e97d2900d4
commit
659e48bbb0
@ -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";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user